OpenWrt

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 2  →  ?path2? @ 3
/branches/18.06.1/target/linux/ramips/dts/WZR-AGL300NH.dts
@@ -11,11 +11,8 @@
compatible = "buffalo,wzr-agl300nh", "ralink,rt2880-soc";
model = "Buffalo WZR-AGL300NH";
 
aliases {
led-boot = &led_router;
led-failsafe = &led_router;
led-running = &led_router;
led-upgrade = &led_router;
pci@440000 {
status = "ok";
};
 
cfi@1f000000 {
@@ -23,35 +20,30 @@
reg = <0x1f000000 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;
};
partition@30000 {
label = "uboot-env";
reg = <0x30000 0x10000>;
read-only;
};
 
partition@30000 {
label = "uboot-env";
reg = <0x30000 0x10000>;
read-only;
};
factory: partition@40000 {
label = "factory";
reg = <0x40000 0x10000>;
read-only;
};
 
factory: partition@40000 {
label = "factory";
reg = <0x40000 0x10000>;
read-only;
};
 
partition@50000 {
compatible = "denx,uimage";
label = "firmware";
reg = <0x50000 0x3b0000>;
};
partition@50000 {
label = "firmware";
reg = <0x50000 0x3b0000>;
};
};
 
@@ -61,8 +53,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>;
 
wps {
@@ -84,10 +78,10 @@
};
};
 
leds {
gpio-leds {
compatible = "gpio-leds";
 
led_router: router {
router {
label = "wzr-agl300nh:green:router";
gpios = <&gpio0 8 GPIO_ACTIVE_LOW>;
};
@@ -140,10 +134,6 @@
};
};
 
&pci {
status = "okay";
};
 
&wmac {
ralink,mtd-eeprom = <&factory 0>;
};