1/*
2 * Copyright (c) 2021 Nuvoton Technology Corporation.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/* Common Low-Voltage level configurations in npcx family */
8#include <nuvoton/npcx/npcx-lvol-ctrl-map.dtsi>
9
10/* Specific Low-Voltage level configurations in npcx7 series */
11/ {
12	def-lvol-conf-list {
13		compatible = "nuvoton,npcx-lvolctrl-conf";
14
15		/* Low-Voltage IO Control 4 */
16		lvol_io86: lvol40 {
17			lvols = <&scfg 4 0>;
18		};
19	};
20};
21