13 lines
276 B
Plaintext
13 lines
276 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2022 Nuvoton Technology Corporation.
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
#include <nuvoton/npcx/npcx7/npcx7-pinctrl.dtsi>
|
||
|
|
||
|
&i2c0_0_sda_scl_gpb4_b5 {
|
||
|
bias-pull-up; /* Enable internal pull-up for i2c0_0 */
|
||
|
pinmux-locked; /* Lock pinmuxing */
|
||
|
};
|