1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 2 /* 3 * Copyright (c) 2020 Microsemi Corporation 3 * Copyright (c) 2020 Microsemi Corporation 4 */ 4 */ 5 5 6 #include "jaguar2.dtsi" 6 #include "jaguar2.dtsi" 7 7 8 / { 8 / { 9 chosen { 9 chosen { 10 stdout-path = "serial0:115200n 10 stdout-path = "serial0:115200n8"; 11 }; 11 }; 12 }; 12 }; 13 13 14 &uart0 { 14 &uart0 { 15 status = "okay"; 15 status = "okay"; 16 }; 16 }; 17 17 18 &uart2 { 18 &uart2 { 19 status = "okay"; 19 status = "okay"; 20 }; 20 }; 21 21 22 &i2c0 { 22 &i2c0 { 23 status = "okay"; 23 status = "okay"; 24 i2c-sda-hold-time-ns = <300>; 24 i2c-sda-hold-time-ns = <300>; 25 }; 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.