OpenWrt

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 2  →  ?path2? @ 3
/branches/18.06.1/target/linux/ramips/dts/DAP-1522-A1.dts
@@ -9,41 +9,29 @@
compatible = "dlink,dap-1522-a1", "ralink,rt2880-soc";
model = "D-Link DAP-1522 A1";
 
aliases {
led-boot = &led_status;
led-failsafe = &led_status;
led-running = &led_status;
led-upgrade = &led_status;
};
 
cfi@bc400000 {
compatible = "cfi-flash";
reg = <0xbc400000 0x800000>;
bank-width = <2>;
device-width = <2>;
#address-cells = <1>;
#size-cells = <1>;
 
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "uboot";
reg = <0x0 0x30000>;
read-only;
};
 
partition@0 {
label = "uboot";
reg = <0x0 0x30000>;
read-only;
};
factory: partition@30000 {
label = "factory";
reg = <0x30000 0x10000>;
read-only;
};
 
factory: partition@30000 {
label = "factory";
reg = <0x30000 0x10000>;
read-only;
};
 
partition@40000 {
compatible = "wrg";
label = "firmware";
reg = <0x40000 0x3a0000>;
};
partition@40000 {
label = "firmware";
reg = <0x40000 0x3a0000>;
};
};
 
@@ -53,8 +41,10 @@
gpio-sck = <&gpio0 2 GPIO_ACTIVE_HIGH>;
};
 
keys {
gpio-keys-polled {
compatible = "gpio-keys-polled";
#address-cells = <1>;
#size-cells = <0>;
poll-interval = <100>;
 
reset {
@@ -84,7 +74,7 @@
};
};
 
leds {
gpio-leds {
compatible = "gpio-leds";
 
wps {
@@ -102,7 +92,7 @@
gpios = <&gpio2 19 GPIO_ACTIVE_LOW>;
};
 
led_status: status {
status {
label = "dap-1522-a1:blue:status";
gpios = <&gpio2 20 GPIO_ACTIVE_LOW>;
};