Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003  * Copyright (c) 2020 Microsemi Corporation
0004  */
0005 
0006 /dts-v1/;
0007 
0008 #include "luton.dtsi"
0009 
0010 / {
0011         model = "Luton10 PCB091 Reference Board";
0012         compatible = "mscc,luton-pcb091", "mscc,luton";
0013 
0014         aliases {
0015                 serial0 = &uart0;
0016         };
0017 
0018         chosen {
0019                 stdout-path = "serial0:115200n8";
0020         };
0021 };
0022 
0023 &uart0 {
0024         status = "okay";
0025 };
0026 
0027 &i2c0 {
0028         status = "okay";
0029         i2c-sda-hold-time-ns = <300>;
0030 };