Merge tag 'csky-for-linus-4.20-fixup-dtb' of https://github.com/c-sky/csky-linux
[linux-block.git] / arch / arm64 / boot / dts / actions / s700-cubieboard7.dts
CommitLineData
0bea2a65
AF
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2017 Andreas Färber
4 */
5
6/dts-v1/;
7
8#include "s700.dtsi"
9
10/ {
11 compatible = "cubietech,cubieboard7", "actions,s700";
12 model = "CubieBoard7";
13
14 aliases {
15 serial3 = &uart3;
16 };
17
18 chosen {
19 stdout-path = "serial3:115200n8";
20 };
21
22 memory@0 {
23 device_type = "memory";
24 reg = <0x0 0x0 0x0 0x80000000>;
25 };
26
27 memory@1,e0000000 {
28 device_type = "memory";
29 reg = <0x1 0xe0000000 0x0 0x0>;
30 };
0bea2a65
AF
31};
32
33&timer {
34 clocks = <&hosc>;
35};
36
37&uart3 {
38 status = "okay";
0bea2a65 39};