]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/arm/boot/dts/owl-s500-cubieboard6.dts
Merge tag 'socfpga_updates_for_v4.20_part3' of git://git.kernel.org/pub/scm/linux...
[mirror_ubuntu-focal-kernel.git] / arch / arm / boot / dts / owl-s500-cubieboard6.dts
CommitLineData
54f884cf 1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7f6a78fe
AF
2/*
3 * Cubietech CubieBoard6
4 *
5 * Copyright (c) 2017 Andreas Färber
7f6a78fe
AF
6 */
7
8/dts-v1/;
9
10#include "owl-s500.dtsi"
11
12/ {
13 compatible = "cubietech,cubieboard6", "actions,s500";
14 model = "CubieBoard6";
15
16 aliases {
17 serial3 = &uart3;
18 };
19
20 chosen {
21 stdout-path = "serial3:115200n8";
22 };
23
24 memory@0 {
25 device_type = "memory";
26 reg = <0x0 0x80000000>;
27 };
28
29 uart3_clk: uart3-clk {
30 compatible = "fixed-clock";
31 clock-frequency = <921600>;
32 #clock-cells = <0>;
33 };
34};
35
36&timer {
37 clocks = <&hosc>;
38};
39
40&uart3 {
41 status = "okay";
42 clocks = <&uart3_clk>;
43};