]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - Documentation/devicetree/bindings/net/brcm,bgmac-nsp.txt
selftests: timers: freq-step: fix compile error
[mirror_ubuntu-artful-kernel.git] / Documentation / devicetree / bindings / net / brcm,bgmac-nsp.txt
CommitLineData
07d4510f
JM
1Broadcom GMAC Ethernet Controller Device Tree Bindings
2-------------------------------------------------------------
3
4Required properties:
5 - compatible: "brcm,bgmac-nsp"
6 - reg: Address and length of the GMAC registers,
7 Address and length of the GMAC IDM registers
8 - reg-names: Names of the registers. Must have both "gmac_base" and
9 "idm_base"
10 - interrupts: Interrupt number
11
12Optional properties:
13- mac-address: See ethernet.txt file in the same directory
14
15Examples:
16
17gmac0: ethernet@18022000 {
18 compatible = "brcm,bgmac-nsp";
19 reg = <0x18022000 0x1000>,
20 <0x18110000 0x1000>;
21 reg-names = "gmac_base", "idm_base";
22 interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>;
23 status = "disabled";
24};