|
@@ -211,14 +211,24 @@
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+&du {
|
|
|
|
+ pinctrl-0 = <&du_pins>;
|
|
|
|
+ pinctrl-names = "default";
|
|
|
|
+ status = "okay";
|
|
|
|
+
|
|
|
|
+ ports {
|
|
|
|
+ port@1 {
|
|
|
|
+ lvds_connector: endpoint {
|
|
|
|
+ };
|
|
|
|
+ };
|
|
|
|
+ };
|
|
|
|
+};
|
|
|
|
+
|
|
&extal_clk {
|
|
&extal_clk {
|
|
clock-frequency = <20000000>;
|
|
clock-frequency = <20000000>;
|
|
};
|
|
};
|
|
|
|
|
|
&pfc {
|
|
&pfc {
|
|
- pinctrl-0 = <&du_pins>;
|
|
|
|
- pinctrl-names = "default";
|
|
|
|
-
|
|
|
|
i2c2_pins: i2c2 {
|
|
i2c2_pins: i2c2 {
|
|
renesas,groups = "i2c2";
|
|
renesas,groups = "i2c2";
|
|
renesas,function = "i2c2";
|
|
renesas,function = "i2c2";
|