]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt
spi: dw: Use SPI_TMOD_TR rather than magic const 0 to set tmode
[mirror_ubuntu-hirsute-kernel.git] / Documentation / devicetree / bindings / net / marvell-armada-370-neta.txt
CommitLineData
c5aff182
TP
1* Marvell Armada 370 / Armada XP Ethernet Controller (NETA)
2
3Required properties:
f522a975 4- compatible: "marvell,armada-370-neta" or "marvell,armada-xp-neta".
c5aff182
TP
5- reg: address and length of the register set for the device.
6- interrupts: interrupt for the device
e8f08ee0
SS
7- phy: See ethernet.txt file in the same directory.
8- phy-mode: See ethernet.txt file in the same directory
189dd626 9- clocks: a pointer to the reference clock for this device.
c5aff182
TP
10
11Example:
12
13ethernet@d0070000 {
14 compatible = "marvell,armada-370-neta";
15 reg = <0xd0070000 0x2500>;
16 interrupts = <8>;
189dd626 17 clocks = <&gate_clk 4>;
c5aff182
TP
18 status = "okay";
19 phy = <&phy0>;
20 phy-mode = "rgmii-id";
21};