xref: /linux/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts (revision e2be04c7f9958dde770eeb8b30e829ca969b37bb)
1/*
2 * Device Tree Source for UniPhier LD20 Global Board
3 *
4 * Copyright (C) 2015-2017 Socionext Inc.
5 *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
6 *           Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
7 *
8 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
9 */
10
11/dts-v1/;
12#include "uniphier-ld20.dtsi"
13
14/ {
15	model = "UniPhier LD20 Global Board (REF_LD20_GP)";
16	compatible = "socionext,uniphier-ld20-global",
17		     "socionext,uniphier-ld20";
18
19	chosen {
20		stdout-path = "serial0:115200n8";
21	};
22
23	aliases {
24		serial0 = &serial0;
25		serial1 = &serial1;
26		serial2 = &serial2;
27		serial3 = &serial3;
28		i2c0 = &i2c0;
29		i2c1 = &i2c1;
30		i2c2 = &i2c2;
31		i2c3 = &i2c3;
32		i2c4 = &i2c4;
33		i2c5 = &i2c5;
34	};
35
36	memory@80000000 {
37		device_type = "memory";
38		reg = <0 0x80000000 0 0xc0000000>;
39	};
40};
41
42&serial0 {
43	status = "okay";
44};
45
46&serial1 {
47	status = "okay";
48};
49
50&i2c0 {
51	status = "okay";
52};
53
54&nand {
55	status = "okay";
56};
57