/* * Copyright (c) 2022 Friedt Professional Engineering Services, Inc * * SPDX-License-Identifier: Apache-2.0 */ #include #include #include &pinctrl { uart0_default: uart0_default { group1 { pinmux = ; output-high; }; group2 { pinmux = ; }; }; spim2_default: spim2_default { group1 { pinmux = , , ; }; group2 { pinmux = ; output-low; }; }; i2c0_default: i2c0_default { group1 { pinmux = , ; /* Note: external 10k pull-ups on GPIO2 and GPIO8 */ drive-open-drain; output-high; }; }; };