1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 3 * Copyright (c) 2020 Microchip Technology Inc. and its subsidiaries. 4 */ 5 6 /dts-v1/; 7 #include "sparx5.dtsi" 8 9 &psci { 10 status = "disabled"; 11 }; 12 13 &cpu0 { 14 enable-method = "spin-table"; 15 }; 16 17 &cpu1 { 18 enable-method = "spin-table"; 19 }; 20 21 &uart0 { 22 status = "okay"; 23 }; 24 25 &uart1 { 26 status = "okay"; 27 }; 28 29 &i2c0 { 30 status = "okay"; 31 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.