diff options
Diffstat (limited to 'sys/boot/fdt/dts/bcm2835.dtsi')
-rw-r--r-- | sys/boot/fdt/dts/bcm2835.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/boot/fdt/dts/bcm2835.dtsi b/sys/boot/fdt/dts/bcm2835.dtsi index 8078ee4..395a442 100644 --- a/sys/boot/fdt/dts/bcm2835.dtsi +++ b/sys/boot/fdt/dts/bcm2835.dtsi @@ -396,6 +396,14 @@ }; }; + spi0 { + compatible = "broadcom,bcm2835-spi", + "broadcom,bcm2708-spi"; + reg = <0x204000 0x20>; + interrupts = <62>; + interrupt-parent = <&intc>; + }; + dma: dma { compatible = "broadcom,bcm2835-dma", "broadcom,bcm2708-dma"; |