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
2517ebc33aSIcenowy Zheng&r_i2c {
2617ebc33aSIcenowy Zheng	status = "okay";
2717ebc33aSIcenowy Zheng
2817ebc33aSIcenowy Zheng	pcf8563: rtc@51 {
2917ebc33aSIcenowy Zheng		compatible = "nxp,pcf8563";
3017ebc33aSIcenowy Zheng		reg = <0x51>;
3117ebc33aSIcenowy Zheng		#clock-cells = <0>;
3217ebc33aSIcenowy Zheng	};
3317ebc33aSIcenowy Zheng};
3417ebc33aSIcenowy Zheng
35494d8367SIcenowy Zheng&uart0 {
36494d8367SIcenowy Zheng	pinctrl-names = "default";
37494d8367SIcenowy Zheng	pinctrl-0 = <&uart0_ph_pins>;
38494d8367SIcenowy Zheng	status = "okay";
39494d8367SIcenowy Zheng};
40