1 * Broadcom Starfighter 2 integrated swich
5 - compatible: should be "brcm,bcm7445-switch-v4.0"
6 - reg: addresses and length of the register sets for the device, must be 6
7 pairs of register addresses and lengths
8 - interrupts: interrupts for the devices, must be two interrupts
9 - #address-cells: must be 1, see dsa/dsa.txt
10 - #size-cells: must be 0, see dsa/dsa.txt
12 Deprecated binding required properties:
14 - dsa,mii-bus: phandle to the MDIO bus controller, see dsa/dsa.txt
15 - dsa,ethernet: phandle to the CPU network interface controller, see dsa/dsa.txt
16 - #address-cells: must be 2, see dsa/dsa.txt
20 The integrated switch subnode should be specified according to the binding
21 described in dsa/dsa.txt.
25 - reg-names: litteral names for the device base register addresses, when present
26 must be: "core", "reg", "intrl2_0", "intrl2_1", "fcb", "acb"
28 - interrupt-names: litternal names for the device interrupt lines, when present
29 must be: "switch_0" and "switch_1"
31 - brcm,num-gphy: specify the maximum number of integrated gigabit PHYs in the
34 - brcm,num-rgmii-ports: specify the maximum number of RGMII interfaces supported
37 - brcm,fcb-pause-override: boolean property, if present indicates that the switch
38 supports Failover Control Block pause override capability
40 - brcm,acb-packets-inflight: boolean property, if present indicates that the switch
41 Admission Control Block supports reporting the number of packets in-flight in a
47 compatible = "simple-bus";
50 ranges = <0 0xf0b00000 0x40804>;
53 compatible = "brcm,bcm7445-switch-v4.0";
62 reg-names = "core", "reg", intrl2_0", "intrl2_1",
64 interrupts = <0 0x18 0
67 brcm,num-rgmii-ports = <2>;
68 brcm,fcb-pause-override;
69 brcm,acb-packets-inflight;
83 Example using the old DSA DeviceTree binding:
86 compatible = "simple-bus";
89 ranges = <0 0xf0b00000 0x40804>;
92 compatible = "brcm,bcm7445-switch-v4.0";
101 interrupts = <0 0x18 0
104 brcm,num-rgmii-ports = <2>;
105 brcm,fcb-pause-override;
106 brcm,acb-packets-inflight;