1494d8367SIcenowy Zheng// SPDX-License-Identifier: (GPL-2.0+ or MIT)
2494d8367SIcenowy Zheng/*
3494d8367SIcenowy Zheng * Copyright (c) 2017 Icenowy Zheng <icenowy@aosc.io>
4494d8367SIcenowy Zheng */
5494d8367SIcenowy Zheng
6494d8367SIcenowy Zheng/dts-v1/;
7494d8367SIcenowy Zheng
8494d8367SIcenowy Zheng#include "sun50i-h6.dtsi"
9494d8367SIcenowy Zheng
10494d8367SIcenowy Zheng#include <dt-bindings/gpio/gpio.h>
11494d8367SIcenowy Zheng
12494d8367SIcenowy Zheng/ {
13494d8367SIcenowy Zheng	model = "Pine H64";
14494d8367SIcenowy Zheng	compatible = "pine64,pine-h64", "allwinner,sun50i-h6";
15494d8367SIcenowy Zheng
16494d8367SIcenowy Zheng	aliases {
17494d8367SIcenowy Zheng		serial0 = &uart0;
18494d8367SIcenowy Zheng	};
19494d8367SIcenowy Zheng
20494d8367SIcenowy Zheng	chosen {
21494d8367SIcenowy Zheng		stdout-path = "serial0:115200n8";
22494d8367SIcenowy Zheng	};
23494d8367SIcenowy Zheng};
24494d8367SIcenowy Zheng
25494d8367SIcenowy Zheng&uart0 {
26494d8367SIcenowy Zheng	pinctrl-names = "default";
27494d8367SIcenowy Zheng	pinctrl-0 = <&uart0_ph_pins>;
28494d8367SIcenowy Zheng	status = "okay";
29494d8367SIcenowy Zheng};
30