/* * Copyright (c) 2024 Renesas Electronics Corporation * SPDX-License-Identifier: Apache-2.0 */ &pinctrl { sci0_default: sci0_default { group1 { /* tx rx */ psels = , ; }; }; spi0_default: spi0_default { group1 { /* MISO MOSI RSPCK SSL */ psels = , , , ; }; }; canfd0_default: canfd0_default { group1 { /* CRX0 CTX0 */ psels = , ; drive-strength = "high"; }; }; adc0_default: adc0_default { group1 { /* input */ psels = ; renesas,analog-enable; }; }; pwm1_default: pwm1_default { group1 { /* GTIOC1A GTIOC1B */ psels = , ; }; }; };