aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar9344_comfast_cf-e120a-v3.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/dts/ar9344_comfast_cf-e120a-v3.dts')
-rw-r--r--target/linux/ath79/dts/ar9344_comfast_cf-e120a-v3.dts21
1 files changed, 11 insertions, 10 deletions
diff --git a/target/linux/ath79/dts/ar9344_comfast_cf-e120a-v3.dts b/target/linux/ath79/dts/ar9344_comfast_cf-e120a-v3.dts
index 33c117b2f4..66ac718264 100644
--- a/target/linux/ath79/dts/ar9344_comfast_cf-e120a-v3.dts
+++ b/target/linux/ath79/dts/ar9344_comfast_cf-e120a-v3.dts
@@ -12,9 +12,9 @@
aliases {
serial0 = &uart;
- led-boot = &wan;
- led-failsafe = &wan;
- led-upgrade = &wan;
+ led-boot = &led_wan;
+ led-failsafe = &led_wan;
+ led-upgrade = &led_wan;
label-mac-device = &eth0;
};
@@ -24,7 +24,7 @@
pinctrl-names = "default";
pinctrl-0 = <&led_rssimediumhigh_pin>;
- wan: wan {
+ led_wan: wan {
label = "cf-e120a-v3:green:wan";
gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
};
@@ -74,13 +74,14 @@
};
&pinmux {
- led_rssimediumhigh_pin: pinmux_rssimediumhigh_pin {
- pinctrl-single,bits = <0x10 0x0 0xff>;
- };
+ led_rssimediumhigh_pin: pinmux_rssimediumhigh_pin {
+ pinctrl-single,bits = <0x10 0x0 0xff>;
+ };
};
&spi {
status = "okay";
+
num-cs = <1>;
flash@0 {
@@ -93,7 +94,7 @@
#address-cells = <1>;
#size-cells = <1>;
- uboot: partition@0 {
+ partition@0 {
label = "u-boot";
reg = <0x000000 0x010000>;
read-only;
@@ -105,13 +106,13 @@
read-only;
};
- firmware: partition@20000 {
+ partition@20000 {
compatible = "denx,uimage";
label = "firmware";
reg = <0x020000 0x7d0000>;
};
- nvram: partition@7f0000 {
+ partition@7f0000 {
label = "nvram";
reg = <0x7f0000 0x010000>;
read-only;