OpenWrt

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 1  →  ?path2? @ 2
/branches/18.06.1/target/linux/ramips/dts/WT1520.dtsi
@@ -0,0 +1,49 @@
#include "rt5350.dtsi"
 
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
 
/ {
compatible = "nexx,wt1520", "ralink,rt5350-soc";
 
memory@0 {
device_type = "memory";
reg = <0x0 0x2000000>;
};
 
keys {
compatible = "gpio-keys-polled";
poll-interval = <20>;
 
reset {
label = "reset";
gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RESTART>;
};
};
};
 
&pinctrl {
state_default: pinctrl0 {
gpio {
ralink,group = "jtag", "uartf";
ralink,function = "gpio";
};
};
};
 
&ethernet {
mtd-mac-address = <&factory 0x4>;
};
 
&wmac {
ralink,mtd-eeprom = <&factory 0>;
};
 
&ehci {
status = "okay";
};
 
&ohci {
status = "okay";
};