tests: drivers: i2c: i2c_target_api: fix pinctrl for numaker_pfm_m467
Fix some pins don't update to meet resolved pinmux format Signed-off-by: Chun-Chieh Li <ccli8@nuvoton.com>
This commit is contained in:
parent
84e7107b32
commit
77381fff10
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@
|
|||
|
||||
i2c3_default: i2c3_default {
|
||||
group0 {
|
||||
pinmux = <PG1MFP_I2C3_SDA 0x0000>, /* UNO D14 */
|
||||
<PG0MFP_I2C3_SCL 0x0000>; /* UNO D15 */
|
||||
pinmux = <PG1MFP_I2C3_SDA>, /* UNO D14 */
|
||||
<PG0MFP_I2C3_SCL>; /* UNO D15 */
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue