1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/spi/brcm,bcm2835-aux-spi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Broadcom BCM2835 Auxiliary SPI1/2 Controller
10 - Karan Sanghavi <karansanghvi98@gmail.com>
13 The BCM2835 contains two forms of SPI master controller. One is known simply
14 as SPI0, and the other as the "Universal SPI Master," which is part of the
15 auxiliary block. This binding applies to the SPI1 and SPI2 auxiliary
19 - $ref: spi-controller.yaml#
24 - brcm,bcm2835-aux-spi
41 unevaluatedProperties: false
45 #include <dt-bindings/clock/bcm2835-aux.h>
47 compatible = "brcm,bcm2835-aux-spi";
48 reg = <0x7e215080 0x40>;
50 clocks = <&aux_clocks BCM2835_AUX_CLOCK_SPI1>;