Lines Matching +full:num +full:- +full:ports

5 - compatible: should be one of
6 "brcm,bcm7445-switch-v4.0"
7 "brcm,bcm7278-switch-v4.0"
8 "brcm,bcm7278-switch-v4.8"
9 - reg: addresses and length of the register sets for the device, must be 6
11 - interrupts: interrupts for the devices, must be two interrupts
12 - #address-cells: must be 1, see dsa/dsa.txt
13 - #size-cells: must be 0, see dsa/dsa.txt
17 - dsa,mii-bus: phandle to the MDIO bus controller, see dsa/dsa.txt
18 - dsa,ethernet: phandle to the CPU network interface controller, see dsa/dsa.txt
19 - #address-cells: must be 2, see dsa/dsa.txt
28 - reg-names: litteral names for the device base register addresses, when present
31 - interrupt-names: litternal names for the device interrupt lines, when present
34 - brcm,num-gphy: specify the maximum number of integrated gigabit PHYs in the
37 - brcm,num-rgmii-ports: specify the maximum number of RGMII interfaces supported
40 - brcm,fcb-pause-override: boolean property, if present indicates that the switch
43 - brcm,acb-packets-inflight: boolean property, if present indicates that the switch
44 Admission Control Block supports reporting the number of packets in-flight in a
47 - resets: a single phandle and reset identifier pair. See
50 - reset-names: If the "reset" property is specified, this property should have
53 - clocks: when provided, the first phandle is to the switch's main clock and
57 - clock-names: when provided, the first phandle must be "sw_switch", and the
64 - brcm,use-bcm-hdr: boolean property, if present, indicates that the switch
65 port has Broadcom tags enabled (per-packet metadata)
70 compatible = "simple-bus";
71 #size-cells = <1>;
72 #address-cells = <1>;
76 compatible = "brcm,bcm7445-switch-v4.0";
77 #size-cells = <0>;
78 #address-cells = <1>;
85 reg-names = "core", "reg", intrl2_0", "intrl2_1",
89 brcm,num-gphy = <1>;
90 brcm,num-rgmii-ports = <2>;
91 brcm,fcb-pause-override;
92 brcm,acb-packets-inflight;
94 ports {
95 #address-cells = <1>;
96 #size-cells = <0>;
109 compatible = "simple-bus";
110 #size-cells = <1>;
111 #address-cells = <1>;
115 compatible = "brcm,bcm7445-switch-v4.0";
116 #size-cells = <0>;
117 #address-cells = <2>;
126 brcm,num-gphy = <1>;
127 brcm,num-rgmii-ports = <2>;
128 brcm,fcb-pause-override;
129 brcm,acb-packets-inflight;
134 #size-cells = <0>;
135 #address-cells <1>;
140 brcm,use-bcm-hdr;