mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 05:56:02 +01:00
36 lines
467 B
Plaintext
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";
|
|
};
|