OpenWrt

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 2  →  ?path2? @ 3
/branches/18.06.1/target/linux/ramips/dts/NW718.dts
@@ -9,17 +9,10 @@
compatible = "netcore,nw718", "ralink,rt3050-soc";
model = "Netcore NW718";
 
aliases {
led-boot = &led_cpu;
led-failsafe = &led_cpu;
led-running = &led_cpu;
led-upgrade = &led_cpu;
};
 
leds {
gpio-leds {
compatible = "gpio-leds";
 
led_cpu: cpu {
cpu {
label = "nw718:amber:cpu";
gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
};
@@ -27,8 +20,6 @@
usb {
label = "nw718:amber:usb";
gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
trigger-sources = <&otg_port1>;
linux,default-trigger = "usbport";
};
 
wps {
@@ -37,8 +28,10 @@
};
};
 
keys {
gpio-keys-polled {
compatible = "gpio-keys-polled";
#address-cells = <1>;
#size-cells = <0>;
poll-interval = <20>;
 
reset {
@@ -59,38 +52,33 @@
status = "okay";
 
m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <25000000>;
 
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
read-only;
};
 
partition@0 {
label = "u-boot";
reg = <0x0 0x30000>;
read-only;
};
partition@30000 {
label = "config";
reg = <0x30000 0x20000>;
read-only;
};
 
partition@30000 {
label = "config";
reg = <0x30000 0x20000>;
read-only;
};
factory: partition@50000 {
label = "factory";
reg = <0x50000 0x10000>;
read-only;
};
 
factory: partition@50000 {
label = "factory";
reg = <0x50000 0x10000>;
read-only;
};
 
partition@60000 {
compatible = "denx,uimage";
label = "firmware";
reg = <0x60000 0x3a0000>;
};
partition@60000 {
label = "firmware";
reg = <0x60000 0x3a0000>;
};
};
};