HIFI4: Add hifi4 clk and rst, del unused code, resolve code review
[platform/kernel/linux-starfive.git] / arch / riscv / boot / dts / starfive / jh7110.dtsi
index 63ae13c..ee242a0 100644 (file)
                        status = "disabled";
                        dsp@0 {};
                };
+
+               xrp: xrp@0 {
+                       compatible = "cdns,xrp";
+                       reg = <0x0  0x10230000 0x0 0x00010000
+                               0x0  0x10240000 0x0 0x00010000>;
+                       memory-region = <&xrp_reserved>;
+                       clocks = <&clkgen JH7110_HIFI4_CLK_CORE>;
+                       clock-names = "core_clk";
+                       resets = <&rstgen RSTN_U0_HIFI4_CORE>,
+                       <&rstgen RSTN_U0_HIFI4_AXI>;
+                       reset-names = "rst_core","rst_axi";
+                       firmware-name = "hifi4_elf";
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+                       ranges = <0x40000000 0x0 0x20000000 0x040000
+                               0xf0000000 0x0 0xf0000000 0x03000000>;
+                       status = "disabled";
+                       dsp@0 {
+                       };
+               };
+
        };
 };