diff --git a/boards/arm/npcx7m6fb_evb/npcx7m6fb_evb.dts b/boards/arm/npcx7m6fb_evb/npcx7m6fb_evb.dts index c71307bcb0ae7..2c879ac996ef4 100644 --- a/boards/arm/npcx7m6fb_evb/npcx7m6fb_evb.dts +++ b/boards/arm/npcx7m6fb_evb/npcx7m6fb_evb.dts @@ -34,17 +34,6 @@ }; }; - def_lvol_io_list { - compatible = "nuvoton,npcx-lvolctrl-def"; - /* - * Put low-voltage io pads into "lvol_io_pads" property if the - * detection level of them is 1.8V, For example, if the bus - * voltage of i2c1_0 port is 1.8V, this property should be: - * lvol_io_pads = <&lvol_io90 &lvol_io87>; - */ - lvol_io_pads = <>; - }; - }; /* Overwirte default device properties with overlays in board dt file here. */ diff --git a/dts/arm/nuvoton/npcx7m6fb.dtsi b/dts/arm/nuvoton/npcx7m6fb.dtsi index b578e161a7fab..8f9ba094909c3 100644 --- a/dts/arm/nuvoton/npcx7m6fb.dtsi +++ b/dts/arm/nuvoton/npcx7m6fb.dtsi @@ -93,6 +93,16 @@ &alta_no_kso17_sl>; }; + def_lvol_io_list { + compatible = "nuvoton,npcx-lvolctrl-def"; + /* Put low-voltage io pads into "lvol_io_pads" property if the + * detection level of them is 1.8V, For example, if the bus + * voltage of i2c1_0 port is 1.8V, this property should be: + * lvol_io_pads = <&lvol_io90 &lvol_io87>; + */ + lvol_io_pads = <>; + }; + soc { compatible = "syscon";