Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Device tree source for D-Link DSR-1000N.
0004  *
0005  * Written by: Aaro Koskinen <aaro.koskinen@iki.fi>
0006  */
0007 
0008 /include/ "dlink_dsr-500n-1000n.dtsi"
0009 #include <dt-bindings/gpio/gpio.h>
0010 
0011 / {
0012         model = "dlink,dsr-1000n";
0013 
0014         soc@0 {
0015                 uart0: serial@1180000000800 {
0016                         clock-frequency = <500000000>;
0017                 };
0018         };
0019 
0020         leds {
0021                 compatible = "gpio-leds";
0022 
0023                 usb1 {
0024                         label = "usb1";
0025                         gpios = <&gpio 9 GPIO_ACTIVE_LOW>;
0026                 };
0027 
0028                 usb2 {
0029                         label = "usb2";
0030                         gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
0031                 };
0032 
0033                 wps {
0034                         label = "wps";
0035                         gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
0036                 };
0037 
0038                 wireless1 {
0039                         label = "5g";
0040                         gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
0041                 };
0042 
0043                 wireless2 {
0044                         label = "2.4g";
0045                         gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
0046                 };
0047         };
0048 };