1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 3 * Copyright (c) 2020 Microsemi Corporation 4 */ 5 6 #include "jaguar2.dtsi" 7 8 / { 9 chosen { 10 stdout-path = "serial0:115200n8"; 11 }; 12 }; 13 14 &uart0 { 15 status = "okay"; 16 }; 17 18 &uart2 { 19 status = "okay"; 20 }; 21 22 &i2c0 { 23 status = "okay"; 24 i2c-sda-hold-time-ns = <300>; 25 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.