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 #include "jaguar2.dtsi"
0007 
0008 / {
0009         chosen {
0010                 stdout-path = "serial0:115200n8";
0011         };
0012 };
0013 
0014 &uart0 {
0015         status = "okay";
0016 };
0017 
0018 &uart2 {
0019         status = "okay";
0020 };
0021 
0022 &i2c0 {
0023         status = "okay";
0024         i2c-sda-hold-time-ns = <300>;
0025 };