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 <william@wkennington.com>
Link: https://patch.msgid.link/20250401231001.3202669-1-william@wkennington.com
[arj: Add another colon to patch subject]
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
William A. Kennington III 2025-04-01 16:10:01 -07:00 committed by Andrew Jeffery
parent dd465b5c3c
commit f0538cc677

View File

@ -122,6 +122,13 @@ clk: clock-controller@f0801000 {
clocks = <&clk_refclk>, <&clk_sysbypck>, <&clk_mcbypck>;
};
mc: memory-controller@f0824000 {
compatible = "nuvoton,npcm750-memory-controller";
reg = <0xf0824000 0x1000>;
interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
};
gmac0: eth@f0802000 {
device_type = "network";
compatible = "snps,dwmac";