// SPDX-License-Identifier: GPL-2.0 OR MIT /* * Copyright (c) 2024 Yixun Lan */ #include #define K1_PADCONF(pin, func) (((pin) << 16) | (func)) &pinctrl { uart0_2_cfg: uart0-2-cfg { uart0-2-pins { pinmux = , ; bias-pull-up = <0>; drive-strength = <32>; }; }; };