Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions boards/arm/npcx7m6fb_evb/npcx7m6fb_evb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
10 changes: 10 additions & 0 deletions dts/arm/nuvoton/npcx7m6fb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down