Skip to content

Commit f0538cc

Browse files
wkenningtonamboar
authored andcommitted
ARM: dts: nuvoton: Add EDAC node
We have the driver support code, now we just need to expose the device node which can export the EDAC properties for the system memory controller. Tested on real hardware to verify that error counters show up. Signed-off-by: William A. Kennington III <[email protected]> Link: https://patch.msgid.link/[email protected] [arj: Add another colon to patch subject] Signed-off-by: Andrew Jeffery <[email protected]>
1 parent dd465b5 commit f0538cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,13 @@
122122
clocks = <&clk_refclk>, <&clk_sysbypck>, <&clk_mcbypck>;
123123
};
124124

125+
mc: memory-controller@f0824000 {
126+
compatible = "nuvoton,npcm750-memory-controller";
127+
reg = <0xf0824000 0x1000>;
128+
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
129+
status = "disabled";
130+
};
131+
125132
gmac0: eth@f0802000 {
126133
device_type = "network";
127134
compatible = "snps,dwmac";

0 commit comments

Comments
 (0)