diff options
author | 2025-02-25 14:21:58 -0500 | |
---|---|---|
committer | 2025-03-11 10:56:29 +0800 | |
commit | 8255de389dbc2f67ce068ecc423b17c3adb122fe (patch) | |
tree | ac33644df009a78712d78f27ca5ff120a9a81cf8 | |
parent | arm64: dts: imx95: add ref clock for pcie nodes (diff) | |
download | wireguard-linux-8255de389dbc2f67ce068ecc423b17c3adb122fe.tar.xz wireguard-linux-8255de389dbc2f67ce068ecc423b17c3adb122fe.zip |
arm64: dts: imx93: add ddr edac support
Add ddr edac support for imx93.
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx93.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx93.dtsi b/arch/arm64/boot/dts/freescale/imx93.dtsi index 56766fdb0b1e..64cd0776b43d 100644 --- a/arch/arm64/boot/dts/freescale/imx93.dtsi +++ b/arch/arm64/boot/dts/freescale/imx93.dtsi @@ -1334,6 +1334,14 @@ #index-cells = <1>; }; + memory-controller@4e300000 { + compatible = "nxp,imx9-memory-controller"; + reg = <0x4e300000 0x800>, <0x4e301000 0x1000>; + reg-names = "ctrl", "inject"; + interrupts = <GIC_SPI 91 IRQ_TYPE_LEVEL_HIGH>; + little-endian; + }; + ddr-pmu@4e300dc0 { compatible = "fsl,imx93-ddr-pmu"; reg = <0x4e300dc0 0x200>; |