xref: /linux/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts (revision 494d836762e0ede6d0bf28ca89ccba786eeb65c5)
1*494d8367SIcenowy Zheng// SPDX-License-Identifier: (GPL-2.0+ or MIT)
2*494d8367SIcenowy Zheng/*
3*494d8367SIcenowy Zheng * Copyright (c) 2017 Icenowy Zheng <icenowy@aosc.io>
4*494d8367SIcenowy Zheng */
5*494d8367SIcenowy Zheng
6*494d8367SIcenowy Zheng/dts-v1/;
7*494d8367SIcenowy Zheng
8*494d8367SIcenowy Zheng#include "sun50i-h6.dtsi"
9*494d8367SIcenowy Zheng
10*494d8367SIcenowy Zheng#include <dt-bindings/gpio/gpio.h>
11*494d8367SIcenowy Zheng
12*494d8367SIcenowy Zheng/ {
13*494d8367SIcenowy Zheng	model = "Pine H64";
14*494d8367SIcenowy Zheng	compatible = "pine64,pine-h64", "allwinner,sun50i-h6";
15*494d8367SIcenowy Zheng
16*494d8367SIcenowy Zheng	aliases {
17*494d8367SIcenowy Zheng		serial0 = &uart0;
18*494d8367SIcenowy Zheng	};
19*494d8367SIcenowy Zheng
20*494d8367SIcenowy Zheng	chosen {
21*494d8367SIcenowy Zheng		stdout-path = "serial0:115200n8";
22*494d8367SIcenowy Zheng	};
23*494d8367SIcenowy Zheng};
24*494d8367SIcenowy Zheng
25*494d8367SIcenowy Zheng&uart0 {
26*494d8367SIcenowy Zheng	pinctrl-names = "default";
27*494d8367SIcenowy Zheng	pinctrl-0 = <&uart0_ph_pins>;
28*494d8367SIcenowy Zheng	status = "okay";
29*494d8367SIcenowy Zheng};
30