Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * at91-wb45n.dts - Device Tree file for WB45NBT board
0004  *
0005  *  Copyright (C) 2018 Laird
0006  *
0007  */
0008 /dts-v1/;
0009 #include "at91-wb45n.dtsi"
0010 
0011 / {
0012         model = "Laird Workgroup Bridge 45N - Atmel AT91SAM (dt)";
0013         compatible = "laird,wb45n", "laird,wbxx", "atmel,at91sam9x5", "atmel,at91sam9";
0014 
0015         gpio-keys {
0016                 compatible = "gpio-keys";
0017 
0018                 button {
0019                         label = "IRQBTN";
0020                         linux,code = <99>;
0021                         gpios = <&pioB 18 GPIO_ACTIVE_LOW>;
0022                         wakeup-source;
0023                 };
0024         };
0025 };
0026 
0027 &watchdog {
0028         status = "okay";
0029 };
0030 
0031 &usb0 {
0032         status = "okay";
0033 };
0034 
0035 &mmc0 {
0036         status = "okay";
0037 };
0038 
0039 &spi0 {
0040         status = "okay";
0041 };
0042 
0043 &macb0 {
0044         status = "okay";
0045 };
0046 
0047 &dbgu {
0048         status = "okay";
0049 };
0050 
0051 &usart0 {
0052         status = "okay";
0053 };
0054 
0055 &usart3 {
0056         status = "okay";
0057 };
0058 
0059 &i2c1 {
0060         status = "okay";
0061 };