blob: cb1eef43c4643753d83c68a63ef20aa45fb19ffb [file] [log] [blame]
Masahiro Yamada61e6cc02017-01-21 18:05:30 +09001/*
2 * Device Tree Source for UniPhier PXs3 Reference Board
3 *
4 * Copyright (C) 2017 Socionext Inc.
5 * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
6 *
7 * SPDX-License-Identifier: GPL-2.0+ X11
8 */
9
10/dts-v1/;
11/include/ "uniphier-pxs3.dtsi"
12/include/ "uniphier-ref-daughter.dtsi"
13/include/ "uniphier-support-card.dtsi"
14
15/ {
16 model = "UniPhier PXs3 Reference Board";
17 compatible = "socionext,uniphier-pxs3-ref", "socionext,uniphier-pxs3";
18
Masahiro Yamada7ad79c12017-03-13 00:16:40 +090019 chosen {
20 stdout-path = "serial0:115200n8";
21 };
22
Masahiro Yamada61e6cc02017-01-21 18:05:30 +090023 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 i2c6 = &i2c6;
33 };
34
Masahiro Yamada7ad79c12017-03-13 00:16:40 +090035 memory@80000000 {
Masahiro Yamada61e6cc02017-01-21 18:05:30 +090036 device_type = "memory";
37 reg = <0 0x80000000 0 0xa0000000>;
38 };
Masahiro Yamada61e6cc02017-01-21 18:05:30 +090039};
40
41&ethsc {
42 interrupts = <0 48 4>;
43};
44
45&serial0 {
46 status = "okay";
47};
48
49&i2c0 {
50 status = "okay";
51};