/* Copyright (C) 2023 BeagleBoard.org Foundation * Copyright (C) 2023 S Prashanth * Copyright (c) 2024 Texas Instruments Incorporated * Andrew Davis * * SPDX-License-Identifier: Apache-2.0 */ #include &pinctrl { uart2_tx_default: uart2_tx_default { /* 0x1c is address of padconfig register of p8.34 and 14 is mux mode */ pinmux = ; }; uart2_rx_default: uart2_rx_default { /* 0x14 is address of padconfig register of p8.22 and 14 is mux mode */ pinmux = ; }; };