cut > diff --git a/arch/arm/boot/dts/at91-sama7g5ek.dts b/arch/arm/boot/dts/at91-sama7g5ek.dts > new file mode 100644 > index 000000000000..d71c3224a0f9 > --- /dev/null > +++ b/arch/arm/boot/dts/at91-sama7g5ek.dts > @@ -0,0 +1,705 @@ cut > +&flx11 { > + atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_SPI>; > + status = "okay"; > + > + spi0: spi@400 { > + compatible = "atmel,at91rm9200-spi"; The spi function for flx11 should be described in the SoC dt. You may check what I did at: https://www.mail-archive.com/linux-kernel@xxxxxxxxxxxxxxx/msg2159037.html Cheers, ta