bcma: register bcma as device tree driver
[firefly-linux-kernel-4.4.55.git] / Documentation / devicetree / bindings / bus / bcma.txt
1 Driver for ARM AXI Bus with Broadcom Plugins (bcma)
2
3 Required properties:
4
5 - compatible : brcm,bus-axi
6
7 - reg : iomem address range of chipcommon core
8
9 The cores on the AXI bus are automatically detected by bcma with the
10 memory ranges they are using and they get registered afterwards.
11
12 Example:
13
14         axi@18000000 {
15                 compatible = "brcm,bus-axi";
16                 reg = <0x18000000 0x1000>;
17                 ranges = <0x00000000 0x18000000 0x00100000>;
18                 #address-cells = <1>;
19                 #size-cells = <1>;
20         };