aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/kirkwood-netgear_readynas_duo_v2.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-netgear_readynas_duo_v2.dts')
-rw-r--r--arch/arm/boot/dts/kirkwood-netgear_readynas_duo_v2.dts22
1 files changed, 10 insertions, 12 deletions
diff --git a/arch/arm/boot/dts/kirkwood-netgear_readynas_duo_v2.dts b/arch/arm/boot/dts/kirkwood-netgear_readynas_duo_v2.dts
index 0f852b40f5c1..ad6ade7d9191 100644
--- a/arch/arm/boot/dts/kirkwood-netgear_readynas_duo_v2.dts
+++ b/arch/arm/boot/dts/kirkwood-netgear_readynas_duo_v2.dts
@@ -18,18 +18,6 @@
18 18
19 ocp@f1000000 { 19 ocp@f1000000 {
20 pinctrl: pinctrl@10000 { 20 pinctrl: pinctrl@10000 {
21
22 pinctrl-0 = < &pmx_uart0
23 &pmx_button_power
24 &pmx_button_backup
25 &pmx_button_reset
26 &pmx_led_blue_power
27 &pmx_led_blue_activity
28 &pmx_led_blue_disk1
29 &pmx_led_blue_disk2
30 &pmx_led_blue_backup >;
31 pinctrl-names = "default";
32
33 pmx_button_power: pmx-button-power { 21 pmx_button_power: pmx-button-power {
34 marvell,pins = "mpp47"; 22 marvell,pins = "mpp47";
35 marvell,function = "gpio"; 23 marvell,function = "gpio";
@@ -74,6 +62,8 @@
74 }; 62 };
75 63
76 serial@12000 { 64 serial@12000 {
65 pinctrl-0 = <&pmx_uart0>;
66 pinctrl-names = "default";
77 status = "okay"; 67 status = "okay";
78 }; 68 };
79 69
@@ -123,6 +113,10 @@
123 113
124 gpio-leds { 114 gpio-leds {
125 compatible = "gpio-leds"; 115 compatible = "gpio-leds";
116 pinctrl-0 = < &pmx_led_blue_power &pmx_led_blue_activity
117 &pmx_led_blue_disk1 &pmx_led_blue_disk2
118 &pmx_led_blue_backup >;
119 pinctrl-names = "default";
126 120
127 power_led { 121 power_led {
128 label = "status:blue:power_led"; 122 label = "status:blue:power_led";
@@ -151,6 +145,10 @@
151 compatible = "gpio-keys"; 145 compatible = "gpio-keys";
152 #address-cells = <1>; 146 #address-cells = <1>;
153 #size-cells = <0>; 147 #size-cells = <0>;
148 pinctrl-0 = <&pmx_button_power &pmx_button_backup
149 &pmx_button_reset>;
150 pinctrl-names = "default";
151
154 button@1 { 152 button@1 {
155 label = "Power Button"; 153 label = "Power Button";
156 linux,code = <116>; /* KEY_POWER */ 154 linux,code = <116>; /* KEY_POWER */