1*5def4c47SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2*5def4c47SEmmanuel Vadot/* 3*5def4c47SEmmanuel Vadot * Copyright (c) 2020 Microsemi Corporation 4*5def4c47SEmmanuel Vadot */ 5*5def4c47SEmmanuel Vadot 6*5def4c47SEmmanuel Vadot/dts-v1/; 7*5def4c47SEmmanuel Vadot 8*5def4c47SEmmanuel Vadot#include "luton.dtsi" 9*5def4c47SEmmanuel Vadot 10*5def4c47SEmmanuel Vadot/ { 11*5def4c47SEmmanuel Vadot model = "Luton10 PCB091 Reference Board"; 12*5def4c47SEmmanuel Vadot compatible = "mscc,luton-pcb091", "mscc,luton"; 13*5def4c47SEmmanuel Vadot 14*5def4c47SEmmanuel Vadot aliases { 15*5def4c47SEmmanuel Vadot serial0 = &uart0; 16*5def4c47SEmmanuel Vadot }; 17*5def4c47SEmmanuel Vadot 18*5def4c47SEmmanuel Vadot chosen { 19*5def4c47SEmmanuel Vadot stdout-path = "serial0:115200n8"; 20*5def4c47SEmmanuel Vadot }; 21*5def4c47SEmmanuel Vadot}; 22*5def4c47SEmmanuel Vadot 23*5def4c47SEmmanuel Vadot&uart0 { 24*5def4c47SEmmanuel Vadot status = "okay"; 25*5def4c47SEmmanuel Vadot}; 26*5def4c47SEmmanuel Vadot 27*5def4c47SEmmanuel Vadot&i2c0 { 28*5def4c47SEmmanuel Vadot status = "okay"; 29*5def4c47SEmmanuel Vadot i2c-sda-hold-time-ns = <300>; 30*5def4c47SEmmanuel Vadot}; 31