]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dts
ARM64: dts: meson-gxl: improve support for the P212 reference design
[karo-tx-linux.git] / arch / arm64 / boot / dts / amlogic / meson-gxl-s905x-p212.dts
index 9639f012b02bd23dadd8c7bc92c378a0c33bac1a..db31e093f40e07eaf2a0d8c253dffd6d38706c46 100644 (file)
 
 /dts-v1/;
 
-#include "meson-gxl-s905x.dtsi"
+#include "meson-gxl-s905x-p212.dtsi"
 
 / {
        compatible = "amlogic,p212", "amlogic,s905x", "amlogic,meson-gxl";
        model = "Amlogic Meson GXL (S905X) P212 Development Board";
 
-       aliases {
-               serial0 = &uart_AO;
-       };
+       cvbs-connector {
+               compatible = "composite-video-connector";
 
-       chosen {
-               stdout-path = "serial0:115200n8";
+               port {
+                       cvbs_connector_in: endpoint {
+                               remote-endpoint = <&cvbs_vdac_out>;
+                       };
+               };
        };
+};
 
-       memory@0 {
-               device_type = "memory";
-               reg = <0x0 0x0 0x0 0x80000000>;
+&cvbs_vdac_port {
+       cvbs_vdac_out: endpoint {
+               remote-endpoint = <&cvbs_connector_in>;
        };
 };