Lines Matching +full:directory +full:- +full:based

1 * Altera Triple-Speed Ethernet MAC driver (TSE)
4 - compatible: Should be "altr,tse-1.0" for legacy SGDMA based TSE, and should
5 be "altr,tse-msgdma-1.0" for the preferred MSGDMA based TSE.
8 - reg: Address and length of the register set for the device. It contains
9 the information of registers in the same order as described by reg-names
10 - reg-names: Should contain the reg names
18 - interrupts: Should contain the TSE interrupts and it's mode.
19 - interrupt-names: Should contain the interrupt names
22 - rx-fifo-depth: MAC receive FIFO buffer depth in bytes
23 - tx-fifo-depth: MAC transmit FIFO buffer depth in bytes
24 - phy-mode: See ethernet.txt in the same directory.
25 - phy-handle: See ethernet.txt in the same directory.
26 - phy-addr: See ethernet.txt in the same directory. A configuration should
27 include phy-handle or phy-addr.
28 - altr,has-supplementary-unicast:
31 - altr,has-hash-multicast-filter:
32 If present, TSE supports a hash based multicast filter.
33 Otherwise, hash-based multicast filtering is not supported.
35 - mdio device tree subnode: When the TSE has a phy connected to its local
39 - compatible: Must be "altr,tse-mdio".
40 - #address-cells: Must be <1>.
41 - #size-cells: Must be <0>.
46 - reg: phy id used to communicate to phy.
47 - device_type: Must be "ethernet-phy".
55 compatible = "altr,tse-msgdma-1.0";
62 reg-names = "control_port", "rx_csr", "rx_desc", "rx_resp", "tx_csr", "tx_desc";
63 interrupt-parent = <&hps_0_arm_gic_0>;
65 interrupt-names = "rx_irq", "tx_irq";
66 rx-fifo-depth = <2048>;
67 tx-fifo-depth = <2048>;
68 address-bits = <48>;
69 max-frame-size = <1500>;
70 local-mac-address = [ 00 00 00 00 00 00 ];
71 phy-mode = "gmii";
72 altr,has-supplementary-unicast;
73 altr,has-hash-multicast-filter;
74 phy-handle = <&phy0>;
76 compatible = "altr,tse-mdio";
77 #address-cells = <1>;
78 #size-cells = <0>;
79 phy0: ethernet-phy@0 {
81 device_type = "ethernet-phy";
84 phy1: ethernet-phy@1 {
86 device_type = "ethernet-phy";
93 compatible = "altr,tse-msgdma-1.0";
100 reg-names = "control_port", "rx_csr", "rx_desc", "rx_resp", "tx_csr", "tx_desc";
101 interrupt-parent = <&hps_0_arm_gic_0>;
103 interrupt-names = "rx_irq", "tx_irq";
104 rx-fifo-depth = <2048>;
105 tx-fifo-depth = <2048>;
106 address-bits = <48>;
107 max-frame-size = <1500>;
108 local-mac-address = [ 00 00 00 00 00 00 ];
109 phy-mode = "gmii";
110 altr,has-supplementary-unicast;
111 altr,has-hash-multicast-filter;
112 phy-handle = <&phy1>;