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