1/* 2 * Copyright (c) 2023 Nuvoton Technology Corporation. 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7#include <nuvoton/npcx/npcx4/npcx4-pinctrl.dtsi> 8 9&i2c0_0_sda_scl_gpb4_b5 { 10 bias-pull-up; /* Enable internal pull-up for i2c0_0 */ 11 pinmux-locked; /* Lock pinmuxing */ 12}; 13 14&pwm6_gpc0 { 15 drive-open-drain; 16}; 17