Commit 8db71788 authored by Naga Sureshkumar Relli's avatar Naga Sureshkumar Relli Committed by Chris Friedt
Browse files

boards: riscv: Add spi flash to Polarfire SOC icicle board



On the Polarfire SOC Icicle Kit the SPI pins are routed to MikroBus.
Enable SPI by default.

Signed-off-by: default avatarNaga Sureshkumar Relli <nagasuresh.relli@microchip.com>
parent 4d6a8bc6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -61,6 +61,10 @@
	};
};

&spi1 {
	status = "okay";
};

&gpio2 {
	status = "okay";
};