OpenWrt

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 2  →  ?path2? @ 3
/branches/18.06.1/target/linux/ramips/dts/MINIEMBWIFI.dts
@@ -9,17 +9,10 @@
compatible = "omnima,miniembwifi", "ralink,rt3052-soc";
model = "Omnima MiniEMBWiFi";
 
aliases {
led-boot = &led_status;
led-failsafe = &led_status;
led-running = &led_status;
led-upgrade = &led_status;
};
 
leds {
gpio-leds {
compatible = "gpio-leds";
 
led_status: status {
status {
label = "miniembwifi:green:status";
gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
};
@@ -30,8 +23,10 @@
};
};
 
keys {
gpio-keys-polled {
compatible = "gpio-keys-polled";
#address-cells = <1>;
#size-cells = <0>;
poll-interval = <20>;
 
reset {
@@ -46,9 +41,6 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
 
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
 
@@ -71,13 +63,11 @@
};
 
partition@50000 {
compatible = "denx,uimage";
label = "firmware";
reg = <0x50000 0x7b0000>;
};
};
};
};
 
&pinctrl {
state_default: pinctrl0 {