1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) !! 1 // SPDX-License-Identifier: GPL-2.0 2 /* 2 /* 3 * Copyright (C) 2023 Jisheng Zhang <jszhang@ke 3 * Copyright (C) 2023 Jisheng Zhang <jszhang@kernel.org> 4 */ 4 */ 5 5 6 #include "th1520-lichee-module-4a.dtsi" 6 #include "th1520-lichee-module-4a.dtsi" 7 7 8 / { 8 / { 9 model = "Sipeed Lichee Pi 4A"; 9 model = "Sipeed Lichee Pi 4A"; 10 compatible = "sipeed,lichee-pi-4a", "s 10 compatible = "sipeed,lichee-pi-4a", "sipeed,lichee-module-4a", "thead,th1520"; 11 11 12 aliases { 12 aliases { 13 gpio0 = &gpio0; 13 gpio0 = &gpio0; 14 gpio1 = &gpio1; 14 gpio1 = &gpio1; 15 gpio2 = &gpio2; 15 gpio2 = &gpio2; 16 gpio3 = &gpio3; 16 gpio3 = &gpio3; 17 serial0 = &uart0; 17 serial0 = &uart0; 18 serial1 = &uart1; 18 serial1 = &uart1; 19 serial2 = &uart2; 19 serial2 = &uart2; 20 serial3 = &uart3; 20 serial3 = &uart3; 21 serial4 = &uart4; 21 serial4 = &uart4; 22 serial5 = &uart5; 22 serial5 = &uart5; 23 spi0 = &spi0; << 24 }; 23 }; 25 24 26 chosen { 25 chosen { 27 stdout-path = "serial0:115200n 26 stdout-path = "serial0:115200n8"; 28 }; 27 }; 29 }; 28 }; 30 29 31 &uart0 { 30 &uart0 { 32 status = "okay"; << 33 }; << 34 << 35 &spi0 { << 36 status = "okay"; 31 status = "okay"; 37 }; 32 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.