Merge remote-tracking branch 'vfio/next'
[deliverable/linux.git] / Documentation / devicetree / bindings / net / macb.txt
CommitLineData
fb97a846
JCPV
1* Cadence MACB/GEM Ethernet controller
2
3Required properties:
4- compatible: Should be "cdns,[<chip>-]{macb|gem}"
d6403108 5 Use "cdns,at91rm9200-emac" Atmel at91rm9200 SoC.
fc6c6c2b
BB
6 Use "cdns,at91sam9260-macb" for Atmel at91sam9 SoCs or the 10/100Mbit IP
7 available on sama5d3 SoCs.
c505a382 8 Use "cdns,np4-macb" for NP4 SoC devices.
fb97a846 9 Use "cdns,at32ap7000-macb" for other 10/100 usage or use the generic form: "cdns,macb".
5ade7e42 10 Use "cdns,pc302-gem" for Picochip picoXcell pc302 and later devices based on
fb97a846 11 the Cadence GEM, or the generic form: "cdns,gem".
bb7506c9 12 Use "atmel,sama5d2-gem" for the GEM IP (10/100) available on Atmel sama5d2 SoCs.
f76a28c2 13 Use "atmel,sama5d3-gem" for the Gigabit IP available on Atmel sama5d3 SoCs.
f58393f4 14 Use "atmel,sama5d4-gem" for the GEM IP (10/100) available on Atmel sama5d4 SoCs.
d6403108 15 Use "cdns,zynq-gem" Xilinx Zynq-7xxx SoC.
988d6f07 16 Use "cdns,zynqmp-gem" for Zynq Ultrascale+ MPSoC.
d6403108 17 Or the generic form: "cdns,emac".
fb97a846
JCPV
18- reg: Address and length of the register set for the device
19- interrupts: Should contain macb interrupt
e8f08ee0 20- phy-mode: See ethernet.txt file in the same directory.
e2897d7e
SB
21- clock-names: Tuple listing input clock names.
22 Required elements: 'pclk', 'hclk'
23 Optional elements: 'tx_clk'
aead88bd 24 Optional elements: 'rx_clk' applies to cdns,zynqmp-gem
e2897d7e 25- clocks: Phandles to input clocks.
fb97a846 26
270c499f
GC
27Optional properties for PHY child node:
28- reset-gpios : Should specify the gpio for phy reset
7c4a1d0c 29- magic-packet : If present, indicates that the hardware supports waking
3e2a5e15 30 up via magic packet.
5833e052 31
fb97a846
JCPV
32Examples:
33
34 macb0: ethernet@fffc4000 {
35 compatible = "cdns,at32ap7000-macb";
36 reg = <0xfffc4000 0x4000>;
37 interrupts = <21>;
38 phy-mode = "rmii";
39 local-mac-address = [3a 0e 03 04 05 06];
e2897d7e
SB
40 clock-names = "pclk", "hclk", "tx_clk";
41 clocks = <&clkc 30>, <&clkc 30>, <&clkc 13>;
270c499f
GC
42 ethernet-phy@1 {
43 reg = <0x1>;
44 reset-gpios = <&pioE 6 1>;
45 };
fb97a846 46 };
This page took 0.273404 seconds and 5 git commands to generate.