blob: 4eb7664a9e4d93dea477214aa1566810b9373734 [file] [log] [blame]
Masahiro Yamadafc26b7b2016-03-18 16:41:49 +09001/*
2 * Device Tree Source for UniPhier PH1-LD11 Reference Board
3 *
Masahiro Yamadac4adc502016-06-29 19:38:56 +09004 * Copyright (C) 2016 Socionext Inc.
5 * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
Masahiro Yamadafc26b7b2016-03-18 16:41:49 +09006 *
7 * SPDX-License-Identifier: GPL-2.0+ X11
8 */
9
10/dts-v1/;
11/include/ "uniphier-ph1-ld11.dtsi"
12/include/ "uniphier-support-card.dtsi"
13
14/ {
15 model = "UniPhier PH1-LD11 Reference Board";
16 compatible = "socionext,ph1-ld11-ref", "socionext,ph1-ld11";
17
Masahiro Yamadafc26b7b2016-03-18 16:41:49 +090018 aliases {
19 serial0 = &serial0;
20 serial1 = &serial1;
21 serial2 = &serial2;
22 serial3 = &serial3;
23 i2c0 = &i2c0;
24 i2c1 = &i2c1;
25 i2c2 = &i2c2;
26 i2c3 = &i2c3;
27 i2c4 = &i2c4;
28 i2c5 = &i2c5;
29 };
Masahiro Yamada6c64d502016-04-21 14:43:14 +090030
31 memory {
32 device_type = "memory";
33 reg = <0 0x80000000 0 0x40000000>;
34 };
35
36 chosen {
37 stdout-path = "serial0:115200n8";
38 };
Masahiro Yamadafc26b7b2016-03-18 16:41:49 +090039};
40
41&ethsc {
42 interrupts = <0 48 4>;
43};
44
45&serial0 {
46 status = "okay";
47};
48
49&i2c0 {
50 status = "okay";
51};
52
Masahiro Yamadad7e103c2016-05-24 21:14:03 +090053&usb0 {
54 status = "okay";
55};
56
57&usb1 {
58 status = "okay";
59};
60
61&usb2 {
62 status = "okay";
63};
64
Masahiro Yamadafc26b7b2016-03-18 16:41:49 +090065/* for U-Boot only */
Masahiro Yamadafc26b7b2016-03-18 16:41:49 +090066&serial0 {
67 u-boot,dm-pre-reloc;
68};
69
Masahiro Yamadafc26b7b2016-03-18 16:41:49 +090070&pinctrl_uart0 {
71 u-boot,dm-pre-reloc;
72};