blob: e2a2a8c5ce18785c8d7e08ccccac44c8c69f8377 [file] [log] [blame]
Masahiro Yamadaf875bbb2015-08-28 22:33:15 +09001/*
2 * Device Tree Source for UniPhier PH1-LD6b Reference Board
3 *
4 * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com>
5 *
Masahiro Yamada019df872015-09-22 00:27:41 +09006 * SPDX-License-Identifier: GPL-2.0+
Masahiro Yamadaf875bbb2015-08-28 22:33:15 +09007 */
8
9/dts-v1/;
10/include/ "uniphier-ph1-ld6b.dtsi"
11/include/ "uniphier-ref-daughter.dtsi"
Masahiro Yamada60634982016-03-18 16:41:40 +090012/include/ "uniphier-support-card.dtsi"
Masahiro Yamadaf875bbb2015-08-28 22:33:15 +090013
14/ {
15 model = "UniPhier PH1-LD6b Reference Board";
16 compatible = "socionext,ph1-ld6b-ref", "socionext,ph1-ld6b";
17
18 memory {
19 device_type = "memory";
20 reg = <0x80000000 0x80000000>;
21 };
22
23 chosen {
Masahiro Yamadab00543e2015-12-17 15:05:01 +090024 stdout-path = "serial0:115200n8";
Masahiro Yamadaf875bbb2015-08-28 22:33:15 +090025 };
26
27 aliases {
28 serial0 = &serial0;
29 serial1 = &serial1;
30 serial2 = &serial2;
31 i2c0 = &i2c0;
32 i2c1 = &i2c1;
33 i2c2 = &i2c2;
34 i2c3 = &i2c3;
35 i2c4 = &i2c4;
36 i2c5 = &i2c5;
37 i2c6 = &i2c6;
38 };
39};
40
Masahiro Yamada60634982016-03-18 16:41:40 +090041&ethsc {
42 interrupts = <0 52 4>;
43};
44
Masahiro Yamadaf875bbb2015-08-28 22:33:15 +090045&serial0 {
46 status = "okay";
47};
48
49&serial1 {
50 status = "okay";
51};
52
53&serial2 {
54 status = "okay";
55};
56
57&i2c0 {
58 status = "okay";
59};
60
Masahiro Yamadac7f94ee2016-02-18 19:52:50 +090061&sd {
62 status = "okay";
63};
64
Masahiro Yamada2610b132015-11-04 21:56:07 +090065&usb0 {
66 status = "okay";
67};
68
69&usb1 {
70 status = "okay";
71};
72
Bin Menga1875592016-02-05 19:30:11 -080073/* for U-Boot only */
Masahiro Yamadab25c4ab2015-09-11 20:17:41 +090074/ {
75 soc {
76 u-boot,dm-pre-reloc;
77 };
78};
79
Masahiro Yamadaf875bbb2015-08-28 22:33:15 +090080&serial0 {
Masahiro Yamadab25c4ab2015-09-11 20:17:41 +090081 u-boot,dm-pre-reloc;
82};
83
84&pinctrl {
85 u-boot,dm-pre-reloc;
86};
87
88&pinctrl_uart0 {
89 u-boot,dm-pre-reloc;
Masahiro Yamadaf875bbb2015-08-28 22:33:15 +090090};