0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003 * Device tree source for D-Link DSR-500N.
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-500n";
0013 compatible = "dlink,dsr-500n", "cavium,octeon-3860";
0014
0015 soc@0 {
0016 uart0: serial@1180000000800 {
0017 clock-frequency = <300000000>;
0018 };
0019 };
0020
0021 leds {
0022 compatible = "gpio-leds";
0023
0024 usb {
0025 gpios = <&gpio 9 GPIO_ACTIVE_LOW>;
0026 };
0027
0028 wps {
0029 gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
0030 };
0031
0032 wireless {
0033 label = "2.4g";
0034 gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
0035 };
0036 };
0037 };