提交 ef82c9be 编写于 作者: D Dinh Nguyen

arm64: dts: n5x: add sdr edac support

The N5X platform has the Synopsys DDR controller the includes an EDAC
controller. Add the entry for the controller in the DTS file instead of
the base Agilex DTSI because the base Agilex does not have the
controller.
Signed-off-by: NDinh Nguyen <dinguyen@kernel.org>
上级 4b557e17
......@@ -24,6 +24,16 @@
/* We expect the bootloader to fill in the reg */
reg = <0 0 0 0>;
};
soc {
sdram_edac: sdr_edac@f87f8000 {
compatible = "snps,ddrc-3.80a";
reg = <0xf87f8000 0x400>;
interrupts = <0 175 4>;
intel,sysmgr-syscon = <&sysmgr 0xb8>;
status = "okay";
};
};
};
&clkmgr {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册