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&mdio0 { 30 status = "okay"; 31}; 32 33&port0 { 34 phy-handle = <&phy0>; 35}; 36 37&port1 { 38 phy-handle = <&phy1>; 39}; 40 41&port2 { 42 phy-handle = <&phy2>; 43}; 44 45&port3 { 46 phy-handle = <&phy3>; 47}; 48