Merge tag 'irqchip-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm...
[sfrench/cifs-2.6.git] / arch / mips / boot / dts / mscc / ocelot_pcb123.dts
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
2 /* Copyright (c) 2017 Microsemi Corporation */
3
4 /dts-v1/;
5
6 #include "ocelot.dtsi"
7
8 / {
9         compatible = "mscc,ocelot-pcb123", "mscc,ocelot";
10
11         chosen {
12                 stdout-path = "serial0:115200n8";
13         };
14
15         memory@0 {
16                 device_type = "memory";
17                 reg = <0x0 0x0e000000>;
18         };
19 };
20
21 &uart0 {
22         status = "okay";
23 };
24
25 &uart2 {
26         status = "okay";
27 };
28
29 &spi {
30         status = "okay";
31
32         flash@0 {
33                 compatible = "macronix,mx25l25635f", "jedec,spi-nor";
34                 spi-max-frequency = <20000000>;
35                 reg = <0>;
36         };
37 };
38
39 &mdio0 {
40         status = "okay";
41 };
42
43 &port0 {
44         phy-handle = <&phy0>;
45 };
46
47 &port1 {
48         phy-handle = <&phy1>;
49 };
50
51 &port2 {
52         phy-handle = <&phy2>;
53 };
54
55 &port3 {
56         phy-handle = <&phy3>;
57 };