aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts')
-rw-r--r--arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts28
1 files changed, 20 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
index 486007d7ffe4..ee9e7d5c97a9 100644
--- a/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
+++ b/arch/arm/boot/dts/r8a7740-armadillo800eva-reference.dts
@@ -19,8 +19,12 @@
19 model = "armadillo 800 eva reference"; 19 model = "armadillo 800 eva reference";
20 compatible = "renesas,armadillo800eva-reference", "renesas,r8a7740"; 20 compatible = "renesas,armadillo800eva-reference", "renesas,r8a7740";
21 21
22 aliases {
23 serial1 = &scifa1;
24 };
25
22 chosen { 26 chosen {
23 bootargs = "console=tty0 console=ttySC1,115200 earlyprintk=sh-sci.1,115200 ignore_loglevel root=/dev/nfs ip=dhcp rw"; 27 bootargs = "console=tty0 console=ttySC1,115200 ignore_loglevel root=/dev/nfs ip=dhcp rw";
24 }; 28 };
25 29
26 memory { 30 memory {
@@ -104,17 +108,21 @@
104 108
105 leds { 109 leds {
106 compatible = "gpio-leds"; 110 compatible = "gpio-leds";
107 led1 { 111 led3 {
108 gpios = <&pfc 102 GPIO_ACTIVE_HIGH>; 112 gpios = <&pfc 102 GPIO_ACTIVE_HIGH>;
113 label = "LED3";
109 }; 114 };
110 led2 { 115 led4 {
111 gpios = <&pfc 111 GPIO_ACTIVE_HIGH>; 116 gpios = <&pfc 111 GPIO_ACTIVE_HIGH>;
117 label = "LED4";
112 }; 118 };
113 led3 { 119 led5 {
114 gpios = <&pfc 110 GPIO_ACTIVE_HIGH>; 120 gpios = <&pfc 110 GPIO_ACTIVE_HIGH>;
121 label = "LED5";
115 }; 122 };
116 led4 { 123 led6 {
117 gpios = <&pfc 177 GPIO_ACTIVE_HIGH>; 124 gpios = <&pfc 177 GPIO_ACTIVE_HIGH>;
125 label = "LED6";
118 }; 126 };
119 }; 127 };
120 128
@@ -198,9 +206,6 @@
198}; 206};
199 207
200&pfc { 208&pfc {
201 pinctrl-0 = <&scifa1_pins>;
202 pinctrl-names = "default";
203
204 ether_pins: ether { 209 ether_pins: ether {
205 renesas,groups = "gether_mii", "gether_int"; 210 renesas,groups = "gether_mii", "gether_int";
206 renesas,function = "gether"; 211 renesas,function = "gether";
@@ -252,6 +257,13 @@
252 status = "okay"; 257 status = "okay";
253}; 258};
254 259
260&scifa1 {
261 pinctrl-0 = <&scifa1_pins>;
262 pinctrl-names = "default";
263
264 status = "okay";
265};
266
255&sdhi0 { 267&sdhi0 {
256 pinctrl-0 = <&sdhi0_pins>; 268 pinctrl-0 = <&sdhi0_pins>;
257 pinctrl-names = "default"; 269 pinctrl-names = "default";