]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/boot/dts/da850-evm.dts
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[karo-tx-linux.git] / arch / arm / boot / dts / da850-evm.dts
index 78492a0bbbab94ffec665bc36a205e48c21e0070..d15107cba765dc2585f0199591947ea5d2984ea1 100644 (file)
                };
        };
 };
+
+&vpif {
+       pinctrl-names = "default";
+       pinctrl-0 = <&vpif_capture_pins>;
+       status = "okay";
+
+       /* VPIF capture port */
+       port {
+               vpif_ch0: endpoint@0 {
+                         reg = <0>;
+                         bus-width = <8>;
+               };
+
+               vpif_ch1: endpoint@1 {
+                         reg = <1>;
+                         bus-width = <8>;
+                         data-shift = <8>;
+               };
+       };
+};