blob: 6c3d7f285fdc34ad6c15cc744a07bc2e439ad24c [file] [log] [blame]
/*
* Copyright (c) 2024 Renesas Electronics Corporation
* SPDX-License-Identifier: Apache-2.0
*/
&pinctrl {
sci8_default: sci8_default {
group1 {
/* tx rx */
psels = <RA_PSEL(RA_PSEL_SCI_8, 1, 5)>,
<RA_PSEL(RA_PSEL_SCI_8, 1, 4)>;
};
};
iic2_default: iic2_default {
group1 {
/* SCL2 SDA2 */
psels = <RA_PSEL(RA_PSEL_I2C, 5, 12)>,
<RA_PSEL(RA_PSEL_I2C, 5, 11)>;
drive-strength = "medium";
};
};
spi0_default: spi0_default {
group1 {
/* MISO MOSI RSPCK SSL */
psels = <RA_PSEL(RA_PSEL_SPI, 4, 10)>,
<RA_PSEL(RA_PSEL_SPI, 4, 11)>,
<RA_PSEL(RA_PSEL_SPI, 4, 12)>,
<RA_PSEL(RA_PSEL_SPI, 4, 14)>;
};
};
usbhs_default: usbhs_default {
group1 {
psels = <RA_PSEL(RA_PSEL_USBHS, 11, 1)>; /* VBUS */
drive-strength = "high";
};
};
adc0_default: adc0_default {
group1 {
/* input */
psels = <RA_PSEL(RA_PSEL_ADC, 0, 0)>;
renesas,analog-enable;
};
};
pwm1_default: pwm1_default {
group1 {
/* GTIOC1A GTIOC1B */
psels = <RA_PSEL(RA_PSEL_GPT1, 4, 5)>,
<RA_PSEL(RA_PSEL_GPT1, 4, 6)>;
};
};
};