1 Marvell Prestera Switch Chip bindings
2 -------------------------------------
5 - compatible: one of the following
6 "marvell,prestera-98dx3236",
7 "marvell,prestera-98dx3336",
8 "marvell,prestera-98dx4251",
9 - reg: address and length of the register set for the device.
10 - interrupts: interrupt for the device
13 - dfx: phandle reference to the "DFX Server" node
18 compatible = "simple-bus";
21 ranges = <0 MBUS_ID(0x03, 0x00) 0 0x100000>;
24 compatible = "marvell,prestera-98dx3236";
26 interrupts = <33>, <34>, <35>;
35 - compatible: must be "marvell,dfx-server", "simple-bus"
36 - ranges: describes the address mapping of a memory-mapped bus.
37 - reg: address and length of the register set for the device.
42 compatible = "marvell,dfx-server", "simple-bus";
45 ranges = <0 MBUS_ID(0x08, 0x00) 0 0x100000>;
46 reg = <MBUS_ID(0x08, 0x00) 0 0x100000>;