smaeul-u-boot/arch/riscv/dts/bl808-d0-ox64.dts
Samuel Holland 4e1d28ed5b bl808: Add SoC and Ox64 devicetrees
Signed-off-by: Samuel Holland <samuel@sholland.org>
2023-02-05 14:16:30 -06:00

36 lines
467 B
Plaintext

// 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";
};