arm64: dts: imx8mp: Add AIPS 4 and 5
authorAbel Vesa <abel.vesa@nxp.com>
Mon, 24 Feb 2020 14:01:58 +0000 (16:01 +0200)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:22:32 +0000 (11:22 +0800)
There are 5 AIPS maps in total, according to the RM. Add the missing
ones here.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
[ Aisheng: fix aips base ]
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
arch/arm64/boot/dts/freescale/imx8mp.dtsi

index b19914b..fa96e07 100755 (executable)
 
                aips2: bus@30400000 {
                        compatible = "fsl,aips-bus", "simple-bus";
-                       reg = <0x30400000 0x400000>;
+                       reg = <0x30400000 0x100000>;
                        #address-cells = <1>;
                        #size-cells = <1>;
                        ranges;
 
                aips3: bus@30800000 {
                        compatible = "fsl,aips-bus", "simple-bus";
-                       reg = <0x30800000 0x400000>;
+                       reg = <0x30800000 0x100000>;
                        #address-cells = <1>;
                        #size-cells = <1>;
                        ranges;
                        };
                };
 
+               aips5: bus@30c00000 {
+                       compatible = "fsl,aips-bus", "simple-bus";
+                       reg = <0x30c00000 0x10000>;
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+                       ranges;
+               };
+
                gic: interrupt-controller@38800000 {
                        compatible = "arm,gic-v3";
                        reg = <0x38800000 0x10000>,