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