boards: renesas: add missing properties for spi node

Add missing "pinctrl-names" and "status" properties for
the spi1 node in ek_ra8m1.dts to able to test spi_loopback
on ek_ra8m1

Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
This commit is contained in:
Khoa Nguyen 2024-11-20 09:31:43 +07:00 committed by Fabio Baltieri
parent 0fd6c97f98
commit 6dd7e14942

View file

@ -246,6 +246,8 @@ mikrobus_serial: &uart3 {};
&spi1 {
pinctrl-0 = <&spi1_default>;
pinctrl-names = "default";
status = "okay";
};
&pwm7 {