|
@@ -356,5 +356,21 @@
|
|
|
status = "disabled";
|
|
|
};
|
|
|
};
|
|
|
+
|
|
|
+ vpu: vpu@d0100000 {
|
|
|
+ compatible = "amlogic,meson-gx-vpu";
|
|
|
+ reg = <0x0 0xd0100000 0x0 0x100000>,
|
|
|
+ <0x0 0xc883c000 0x0 0x1000>,
|
|
|
+ <0x0 0xc8838000 0x0 0x1000>;
|
|
|
+ reg-names = "vpu", "hhi", "dmc";
|
|
|
+ interrupts = <GIC_SPI 3 IRQ_TYPE_EDGE_RISING>;
|
|
|
+ #address-cells = <1>;
|
|
|
+ #size-cells = <0>;
|
|
|
+
|
|
|
+ /* CVBS VDAC output port */
|
|
|
+ cvbs_vdac_port: port@0 {
|
|
|
+ reg = <0>;
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|
|
|
};
|