Browse Source

dts: npcx: Add MDC regions

Add the MDC regions using the syscon drivers.

Signed-off-by: Yuval Peress <peress@chromium.org>
pull/38751/head
Yuval Peress 4 years ago committed by Christopher Friedt
parent
commit
00f5f3fab4
  1. 12
      dts/arm/nuvoton/npcx.dtsi

12
dts/arm/nuvoton/npcx.dtsi

@ -101,6 +101,18 @@ @@ -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>;

Loading…
Cancel
Save