1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Device tree source for the Emerson/Artesyn MVME7100
5 * Copyright 2016 Elettra-Sincrotrone Trieste S.C.p.A.
7 * Author: Alessio Igor Bogani <alessio.bogani@elettra.eu>
10 /include/ "mpc8641si-pre.dtsi"
14 compatible = "artesyn,MVME7100";
17 device_type = "memory";
18 reg = <0x00000000 0x80000000>;
22 ranges = <0x00000000 0xf1000000 0x00100000>;
26 compatible = "dallas,max6649";
36 enet0: ethernet@24000 {
38 phy-connection-type = "rgmii-id";
42 phy0: ethernet-phy@1 {
45 phy1: ethernet-phy@2 {
48 phy2: ethernet-phy@3 {
51 phy3: ethernet-phy@4 {
56 enet1: ethernet@25000 {
58 phy-connection-type = "rgmii-id";
65 enet2: ethernet@26000 {
67 phy-connection-type = "rgmii-id";
74 enet3: ethernet@27000 {
76 phy-connection-type = "rgmii-id";
83 serial1: serial@4600 {
88 lbc: localbus@f1005000 {
89 reg = <0xf1005000 0x1000>;
91 ranges = <0 0 0xf8000000 0x08000000 // NOR Flash (128MB)
92 2 0 0xf2030000 0x00010000 // NAND Flash (8GB)
93 3 0 0xf2400000 0x00080000 // MRAM (512KB)
94 4 0 0xf2000000 0x00010000 // BCSR
95 5 0 0xf2010000 0x00010000>; // QUART
98 compatible = "artesyn,mvme7100-bcsr";
103 device_type = "serial";
104 compatible = "ns16550";
105 reg = <5 0x1000 0x100>;
106 clock-frequency = <1843200>;
107 interrupts = <11 1 0 0>;
111 device_type = "serial";
112 compatible = "ns16550";
113 reg = <5 0x2000 0x100>;
114 clock-frequency = <1843200>;
115 interrupts = <11 1 0 0>;
119 device_type = "serial";
120 compatible = "ns16550";
121 reg = <5 0x3000 0x100>;
122 clock-frequency = <1843200>;
123 interrupts = <11 1 0 0>;
127 device_type = "serial";
128 compatible = "ns16550";
129 reg = <5 0x4000 0x100>;
130 clock-frequency = <1843200>;
131 interrupts = <11 1 0 0>;
135 pci0: pcie@f1008000 {
139 pci1: pcie@f1009000 {
144 stdout-path = &serial0;
148 /include/ "mpc8641si-post.dtsi"