The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm/at91-wb45n.dts

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 // SPDX-License-Identifier: GPL-2.0
    2 /*
    3  * at91-wb45n.dts - Device Tree file for WB45NBT board
    4  *
    5  *  Copyright (C) 2018 Laird
    6  *
    7  */
    8 /dts-v1/;
    9 #include "at91-wb45n.dtsi"
   10 
   11 / {
   12         model = "Laird Workgroup Bridge 45N - Atmel AT91SAM (dt)";
   13         compatible = "laird,wb45n", "laird,wbxx", "atmel,at91sam9x5", "atmel,at91sam9";
   14 
   15         gpio-keys {
   16                 compatible = "gpio-keys";
   17 
   18                 button {
   19                         label = "IRQBTN";
   20                         linux,code = <99>;
   21                         gpios = <&pioB 18 GPIO_ACTIVE_LOW>;
   22                         wakeup-source;
   23                 };
   24         };
   25 };
   26 
   27 &watchdog {
   28         status = "okay";
   29 };
   30 
   31 &usb0 {
   32         status = "okay";
   33 };
   34 
   35 &mmc0 {
   36         status = "okay";
   37 };
   38 
   39 &spi0 {
   40         status = "okay";
   41 };
   42 
   43 &macb0 {
   44         status = "okay";
   45 };
   46 
   47 &dbgu {
   48         status = "okay";
   49 };
   50 
   51 &usart0 {
   52         status = "okay";
   53 };
   54 
   55 &usart3 {
   56         status = "okay";
   57 };
   58 
   59 &i2c1 {
   60         status = "okay";
   61 };

Cache object: 6e49d02aa1d4241cd720220324540767


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.