Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / arm64 / boot / dts / actions / s700-cubieboard7.dts
blobef79d7905f44639b255a65f8a7dc3c290fb90baf
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3  * Copyright (c) 2017 Andreas Färber
4  */
6 /dts-v1/;
8 #include "s700.dtsi"
10 / {
11         compatible = "cubietech,cubieboard7", "actions,s700";
12         model = "CubieBoard7";
14         aliases {
15                 serial3 = &uart3;
16         };
18         chosen {
19                 stdout-path = "serial3:115200n8";
20         };
22         memory@0 {
23                 device_type = "memory";
24                 reg = <0x0 0x0 0x0 0x80000000>;
25         };
27         memory@1,e0000000 {
28                 device_type = "memory";
29                 reg = <0x1 0xe0000000 0x0 0x0>;
30         };
32         uart3_clk: uart3-clk {
33                 compatible = "fixed-clock";
34                 clock-frequency = <921600>;
35                 #clock-cells = <0>;
36         };
39 &timer {
40         clocks = <&hosc>;
43 &uart3 {
44         status = "okay";
45         clocks = <&uart3_clk>;