@@ -166,6 +166,17 @@
mode = "VGA";
use_dma = <0>;
framebuffer = <0x18000000 0x00180000>;
+
+ ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port@0 {
+ reg = <0>;
+ clcd_out: endpoint {
+ };
+ };
+ };
};
};
@@ -214,6 +225,41 @@
muxfpga@0 {
compatible = "arm,vexpress-muxfpga";
arm,vexpress-sysreg,func = <7 0>;
+
+ ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port@0 {
+ reg = <0>;
+ muxfpga_in: endpoint {
+ remote-endpoint = <&clcd_out>;
+ };
+ };
+ port@1 {
+ reg = <1>;
+ muxfpga_out: endpoint {
+ remote-endpoint = <&con_vga_in>;
+ };
+ };
+
+ };
+ };
+
+ con-vga {
+ compatible = "con-vga";
+
+ ports {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ port@0 {
+ reg = <0>;
+ con_vga_in: endpoint {
+ remote-endpoint = <&muxfpga_out>;
+ };
+ };
+ };
};
shutdown@0 {
@@ -230,4 +230,8 @@
};
};
+&clcd_out {
+ remote-endpoint = <&muxfpga_in>;
+};
+
/include/ "clcd-panels.dtsi"