arm64: dts: ls1028a: declare the Integrated Endpoint Register Block node
authorVladimir Oltean <vladimir.oltean@nxp.com>
Fri, 16 Apr 2021 23:42:24 +0000 (02:42 +0300)
committerXiaobo Xie <xiaobo.xie@nxp.com>
Thu, 29 Apr 2021 07:59:58 +0000 (09:59 +0200)
Add a node describing the address in the SoC memory space for the IERB.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit b764dc6cc1ba8b82d844bbcfe97e1d432a2dca5b)
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi

index e992796..09f586f 100644 (file)
                        };
                };
 
+               /* Integrated Endpoint Register Block */
+               ierb@1f0800000 {
+                       compatible = "fsl,ls1028a-enetc-ierb";
+                       reg = <0x01 0xf0800000 0x0 0x10000>;
+               };
+
                pwm0: pwm@2800000 {
                        compatible = "fsl,vf610-ftm-pwm";
                        #pwm-cells = <3>;