|
@@ -21,6 +21,10 @@
|
|
|
model = "KZM-A9-GT";
|
|
|
compatible = "renesas,kzm9g-reference", "renesas,sh73a0";
|
|
|
|
|
|
+ aliases {
|
|
|
+ serial4 = &scifa4;
|
|
|
+ };
|
|
|
+
|
|
|
cpus {
|
|
|
cpu@0 {
|
|
|
cpu0-supply = <&vdd_dvfs>;
|
|
@@ -276,9 +280,6 @@
|
|
|
};
|
|
|
|
|
|
&pfc {
|
|
|
- pinctrl-0 = <&scifa4_pins>;
|
|
|
- pinctrl-names = "default";
|
|
|
-
|
|
|
i2c3_pins: i2c3 {
|
|
|
renesas,groups = "i2c3_1";
|
|
|
renesas,function = "i2c3";
|
|
@@ -318,6 +319,13 @@
|
|
|
};
|
|
|
};
|
|
|
|
|
|
+&scifa4 {
|
|
|
+ pinctrl-0 = <&scifa4_pins>;
|
|
|
+ pinctrl-names = "default";
|
|
|
+
|
|
|
+ status = "okay";
|
|
|
+};
|
|
|
+
|
|
|
&sdhi0 {
|
|
|
pinctrl-0 = <&sdhi0_pins>;
|
|
|
pinctrl-names = "default";
|