blob: 0b574b13c5ffbf8536d4426622d8105e0a21b150 [file] [log] [blame]
/*
* Copyright (c) 2024-2025 Renesas Electronics Corporation
* SPDX-License-Identifier: Apache-2.0
*/
&pinctrl {
sci0_default: sci0_default {
group1 {
/* tx rx */
psels = <RA_PSEL(RA_PSEL_SCI_0, 4, 11)>,
<RA_PSEL(RA_PSEL_SCI_0, 4, 10)>;
};
};
spi0_default: spi0_default {
group1 {
/* MISO MOSI RSPCK SSL */
psels = <RA_PSEL(RA_PSEL_SPI, 7, 0)>,
<RA_PSEL(RA_PSEL_SPI, 7, 1)>,
<RA_PSEL(RA_PSEL_SPI, 7, 2)>,
<RA_PSEL(RA_PSEL_SPI, 7, 3)>;
};
};
adc0_default: adc0_default {
group1 {
/* input */
psels = <RA_PSEL(RA_PSEL_ADC, 0, 0)>;
renesas,analog-enable;
};
};
dac0_default: dac0_default {
group1 {
/* output */
psels = <RA_PSEL(RA_PSEL_DAC, 0, 14)>;
renesas,analog-enable;
};
};
pwm1_default: pwm1_default {
group1 {
/* GTIOC1A GTIOC1B */
psels = <RA_PSEL(RA_PSEL_GPT1, 1, 9)>,
<RA_PSEL(RA_PSEL_GPT1, 1, 10)>;
};
};
iic0_default: iic0_default {
group1 {
/* SCL0 SDA0 */
psels = <RA_PSEL(RA_PSEL_I2C, 4, 0)>,
<RA_PSEL(RA_PSEL_I2C, 4, 1)>;
drive-strength = "medium";
};
};
usbfs_default: usbfs_default {
group1 {
/* USB_VBUS */
psels = <RA_PSEL(RA_PSEL_USBFS, 4, 7)>;
drive-strength = "high";
};
};
};