1 Broadcom BCM2835 SPI0 controller
3 The BCM2835 contains two forms of SPI master controller, one known simply as
4 SPI0, and the other known as the "Universal SPI Master"; part of the
5 auxiliary block. This binding applies to the SPI0 controller.
8 - compatible: Should be "brcm,bcm2835-spi".
9 - reg: Should contain register location and length.
10 - interrupts: Should contain interrupt.
11 - clocks: The clock feeding the SPI controller.
16 compatible = "brcm,bcm2835-spi";
17 reg = <0x7e204000 0x1000>;