|
@@ -234,6 +234,11 @@
|
|
|
renesas,groups = "usb2";
|
|
|
renesas,function = "usb2";
|
|
|
};
|
|
|
+
|
|
|
+ vin1_pins: vin {
|
|
|
+ renesas,groups = "vin1_data8", "vin1_clk";
|
|
|
+ renesas,function = "vin1";
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
ðer {
|
|
@@ -366,6 +371,19 @@
|
|
|
status = "ok";
|
|
|
pinctrl-0 = <&iic2_pins>;
|
|
|
pinctrl-names = "default";
|
|
|
+
|
|
|
+ composite-in@20 {
|
|
|
+ compatible = "adi,adv7180";
|
|
|
+ reg = <0x20>;
|
|
|
+ remote = <&vin1>;
|
|
|
+
|
|
|
+ port {
|
|
|
+ adv7180: endpoint {
|
|
|
+ bus-width = <8>;
|
|
|
+ remote-endpoint = <&vin1ep0>;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
&iic3 {
|
|
@@ -401,3 +419,21 @@
|
|
|
pinctrl-0 = <&usb2_pins>;
|
|
|
pinctrl-names = "default";
|
|
|
};
|
|
|
+
|
|
|
+/* composite video input */
|
|
|
+&vin1 {
|
|
|
+ pinctrl-0 = <&vin1_pins>;
|
|
|
+ pinctrl-names = "default";
|
|
|
+
|
|
|
+ status = "ok";
|
|
|
+
|
|
|
+ port {
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <0>;
|
|
|
+
|
|
|
+ vin1ep0: endpoint {
|
|
|
+ remote-endpoint = <&adv7180>;
|
|
|
+ bus-width = <8>;
|
|
|
+ };
|
|
|
+ };
|
|
|
+};
|