// SPDX-License-Identifier: GPL-2.0+ /dts-v1/; #include "bl808-d0.dtsi" / { compatible = "pine64,ox64", "bflb,bl808"; model = "Pine64 Ox64 (D0)"; aliases { serial1 = &uart1; }; chosen { stdout-path = "serial1:115200n8"; }; }; &ext_xtal { clock-frequency = <40000000>; }; &gpio { uart1_pins: uart1-pins { pins = "GPIO16", "GPIO17"; function = "uart"; }; }; &uart1 { pinctrl-0 = <&uart1_pins>; pinctrl-names = "default"; status = "okay"; };