dts: npcx: Add MDC regions

Add the MDC regions using the syscon drivers.

Signed-off-by: Yuval Peress <peress@chromium.org>
This commit is contained in:
Yuval Peress 2021-08-30 06:33:41 -06:00 committed by Christopher Friedt
commit 00f5f3fab4

View file

@ -101,6 +101,18 @@
label = "SCFG";
};
mdc: mdc@4000c000 {
compatible = "syscon";
reg = <0x4000c000 0xa>;
reg-io-width = <1>;
};
mdc_header: mdc@4000c00a {
compatible = "syscon";
reg = <0x4000c00a 0x4>;
reg-io-width = <2>;
};
miwu0: miwu@400bb000 {
compatible = "nuvoton,npcx-miwu";
reg = <0x400bb000 0x2000>;