1// SPDX-License-Identifier: GPL-2.0 OR MIT 2/* 3 * Copyright (C) 2024 Yangyu Chen <[email protected]> 4 */ 5 6#include "k1.dtsi" 7#include "k1-pinctrl.dtsi" 8 9/ { 10 model = "Banana Pi BPI-F3"; 11 compatible = "bananapi,bpi-f3", "spacemit,k1"; 12 13 aliases { 14 serial0 = &uart0; 15 }; 16 17 chosen { 18 stdout-path = "serial0"; 19 }; 20}; 21 22&uart0 { 23 pinctrl-names = "default"; 24 pinctrl-0 = <&uart0_2_cfg>; 25 status = "okay"; 26}; 27