Skip to content

Commit 00f5f3f

Browse files
Yuval Peresscfriedt
authored andcommitted
dts: npcx: Add MDC regions
Add the MDC regions using the syscon drivers. Signed-off-by: Yuval Peress <[email protected]>
1 parent a1f6d97 commit 00f5f3f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dts/arm/nuvoton/npcx.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,18 @@
101101
label = "SCFG";
102102
};
103103

104+
mdc: mdc@4000c000 {
105+
compatible = "syscon";
106+
reg = <0x4000c000 0xa>;
107+
reg-io-width = <1>;
108+
};
109+
110+
mdc_header: mdc@4000c00a {
111+
compatible = "syscon";
112+
reg = <0x4000c00a 0x4>;
113+
reg-io-width = <2>;
114+
};
115+
104116
miwu0: miwu@400bb000 {
105117
compatible = "nuvoton,npcx-miwu";
106118
reg = <0x400bb000 0x2000>;

0 commit comments

Comments
 (0)