Copied from linux kernel v6.18-rc4. Stripped attributes not supported by U-Boot drivers (dma, interrupt, fifo-size).
Signed-off-by: Alexander Dahl <[email protected]> --- arch/arm/dts/sam9x60.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/dts/sam9x60.dtsi b/arch/arm/dts/sam9x60.dtsi index a33c0d57398..1ee30422518 100644 --- a/arch/arm/dts/sam9x60.dtsi +++ b/arch/arm/dts/sam9x60.dtsi @@ -182,6 +182,16 @@ ranges = <0x0 0xf801c000 0x800>; status = "disabled"; + spi0: spi@400 { + compatible = "microchip,sam9x60-spi", "atmel,at91rm9200-spi"; + reg = <0x400 0x200>; + #address-cells = <1>; + #size-cells = <0>; + clocks = <&pmc PMC_TYPE_PERIPHERAL 5>; + clock-names = "spi_clk"; + status = "disabled"; + }; + i2c0: i2c@600 { compatible = "microchip,sam9x60-i2c"; reg = <0x600 0x200>; -- 2.39.5

