1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 3 * Copyright (C) 2023 Martin Botka <martin.botka@somainline.org>. 4 */ 5 6 /dts-v1/; 7 8 #include "sun50i-h616-bigtreetech-cb1.dtsi" 9 10 / { 11 model = "BigTreeTech CB1"; 12 compatible = "bigtreetech,cb1-manta", "bigtreetech,cb1", "allwinner,sun50i-h616"; 13 14 aliases { 15 serial0 = &uart0; 16 }; 17 18 chosen { 19 stdout-path = "serial0:115200n8"; 20 }; 21 }; 22 23 &ehci1 { 24 status = "okay"; 25 }; 26 27 &ohci1 { 28 status = "okay"; 29 }; 30 31 &uart0 { 32 pinctrl-names = "default"; 33 pinctrl-0 = <&uart0_ph_pins>; 34 status = "okay"; 35 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.