|
@@ -19,6 +19,10 @@
|
|
|
model = "armadillo 800 eva reference";
|
|
|
compatible = "renesas,armadillo800eva-reference", "renesas,r8a7740";
|
|
|
|
|
|
+ aliases {
|
|
|
+ serial1 = &scifa1;
|
|
|
+ };
|
|
|
+
|
|
|
chosen {
|
|
|
bootargs = "console=tty0 console=ttySC1,115200 ignore_loglevel root=/dev/nfs ip=dhcp rw";
|
|
|
};
|
|
@@ -202,9 +206,6 @@
|
|
|
};
|
|
|
|
|
|
&pfc {
|
|
|
- pinctrl-0 = <&scifa1_pins>;
|
|
|
- pinctrl-names = "default";
|
|
|
-
|
|
|
ether_pins: ether {
|
|
|
renesas,groups = "gether_mii", "gether_int";
|
|
|
renesas,function = "gether";
|
|
@@ -256,6 +257,13 @@
|
|
|
status = "okay";
|
|
|
};
|
|
|
|
|
|
+&scifa1 {
|
|
|
+ pinctrl-0 = <&scifa1_pins>;
|
|
|
+ pinctrl-names = "default";
|
|
|
+
|
|
|
+ status = "okay";
|
|
|
+};
|
|
|
+
|
|
|
&sdhi0 {
|
|
|
pinctrl-0 = <&sdhi0_pins>;
|
|
|
pinctrl-names = "default";
|