xref: /linux/Documentation/devicetree/bindings/net/faraday,ftmac.txt (revision a976c2951d8f376112361830aa7762beff83a205)
1*05495199SGreentime HuFaraday Ethernet Controller
2*05495199SGreentime Hu
3*05495199SGreentime HuRequired properties:
4*05495199SGreentime Hu
5*05495199SGreentime Hu- compatible : Must contain "faraday,ftmac", as well as one of
6*05495199SGreentime Hu		the SoC specific identifiers:
7*05495199SGreentime Hu		"andestech,atmac100"
8*05495199SGreentime Hu		"moxa,moxart-mac"
9*05495199SGreentime Hu- reg : Should contain register location and length
10*05495199SGreentime Hu- interrupts : Should contain the mac interrupt number
11*05495199SGreentime Hu
12*05495199SGreentime HuExample:
13*05495199SGreentime Hu
14*05495199SGreentime Hu	mac0: mac@90900000 {
15*05495199SGreentime Hu		compatible = "moxa,moxart-mac";
16*05495199SGreentime Hu		reg =	<0x90900000 0x100>;
17*05495199SGreentime Hu		interrupts = <25 0>;
18*05495199SGreentime Hu	};
19*05495199SGreentime Hu
20*05495199SGreentime Hu	mac1: mac@92000000 {
21*05495199SGreentime Hu		compatible = "moxa,moxart-mac";
22*05495199SGreentime Hu		reg =	<0x92000000 0x100>;
23*05495199SGreentime Hu		interrupts = <27 0>;
24*05495199SGreentime Hu	};
25