Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions boards/renesas/ek_ra8d1/ek_ra8d1-pinctrl.dtsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2024 Renesas Electronics Corporation
* Copyright (c) 2024-2025 Renesas Electronics Corporation
* SPDX-License-Identifier: Apache-2.0
*/

Expand All @@ -16,7 +16,7 @@
};
};

spi0_default: spi0_default {
spi1_default: spi1_default {
group1 {
/* MISO MOSI RSPCK SSL */
psels = <RA_PSEL(RA_PSEL_SPI, 4, 10)>,
Expand Down
12 changes: 3 additions & 9 deletions boards/renesas/ek_ra8d1/ek_ra8d1.dts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2024 Renesas Electronics Corporation
* Copyright (c) 2024-2025 Renesas Electronics Corporation
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down Expand Up @@ -154,12 +154,6 @@
status = "okay";
};

&sci0 {
/* sci0 and spi0 cannot be enabled together */
pinctrl-0 = <&sci9_default>;
pinctrl-names = "default";
};

&sci9 {
pinctrl-0 = <&sci9_default>;
pinctrl-names = "default";
Expand All @@ -174,8 +168,8 @@
status = "okay";
};

&spi0 {
pinctrl-0 = <&spi0_default>;
&spi1 {
pinctrl-0 = <&spi1_default>;
pinctrl-names = "default";
status = "okay";
};
Expand Down
4 changes: 2 additions & 2 deletions tests/drivers/spi/spi_loopback/boards/ek_ra8d1.overlay
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2024 Renesas Electronics Corporation
* Copyright (c) 2024-2025 Renesas Electronics Corporation
* SPDX-License-Identifier: Apache-2.0
*/

&spi0 {
&spi1 {
rx-dtc;
tx-dtc;
slow@0 {
Expand Down
Loading