@@ -303,6 +303,10 @@ &main_gpio0 {
status = "okay";
};
+&vpu {
+ status = "okay";
+};
+
&wkup_gpio0 {
status = "okay";
};
@@ -28,6 +28,10 @@ atf-sram@0 {
reg = <0x0 0x20000>;
};
+ vpu_sram: vpu-sram@20000 {
+ reg = <0x20000 0x1f800>;
+ };
+
tifs-sram@1f0000 {
reg = <0x1f0000 0x10000>;
};
@@ -716,6 +720,17 @@ main_i2c6: i2c@2060000 {
status = "disabled";
};
+ vpu: video-codec@4210000 {
+ compatible = "ti,k3-j721s2-wave521c", "cnm,wave521c";
+ reg = <0x00 0x4210000 0x00 0x10000>;
+ interrupts = <GIC_SPI 182 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&k3_clks 179 2>;
+ clock-names = "vcodec";
+ power-domains = <&k3_pds 179 TI_SCI_PD_EXCLUSIVE>;
+ sram = <&vpu_sram>;
+ status = "disabled";
+ };
+
main_sdhci0: mmc@4f80000 {
compatible = "ti,j721e-sdhci-8bit";
reg = <0x00 0x04f80000 0x00 0x1000>,
@@ -24,6 +24,14 @@ reserved_memory: reserved-memory {
#size-cells = <2>;
ranges;
+ /* global cma region */
+ linux,cma {
+ compatible = "shared-dma-pool";
+ reusable;
+ size = <0x00 0x38000000>;
+ linux,cma-default;
+ };
+
secure_ddr: optee@9e800000 {
reg = <0x00 0x9e800000 0x00 0x01800000>;
alignment = <0x1000>;