xref: /openbmc/linux/Documentation/devicetree/bindings/net/ezchip_enet.txt (revision e5451c8f8330e03ad3cfa16048b4daf961af434f)
1*0dd07709SNoam Camus* EZchip NPS Management Ethernet port driver
2*0dd07709SNoam Camus
3*0dd07709SNoam CamusRequired properties:
4*0dd07709SNoam Camus- compatible: Should be "ezchip,nps-mgt-enet"
5*0dd07709SNoam Camus- reg: Address and length of the register set for the device
6*0dd07709SNoam Camus- interrupts: Should contain the ENET interrupt
7*0dd07709SNoam Camus
8*0dd07709SNoam CamusExamples:
9*0dd07709SNoam Camus
10*0dd07709SNoam Camus	ethernet@f0003000 {
11*0dd07709SNoam Camus		compatible = "ezchip,nps-mgt-enet";
12*0dd07709SNoam Camus		reg = <0xf0003000 0x44>;
13*0dd07709SNoam Camus		interrupts = <7>;
14*0dd07709SNoam Camus		mac-address = [ 00 11 22 33 44 55 ];
15*0dd07709SNoam Camus	};
16