Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux into drm...
[linux-2.6-block.git] / arch / arm / boot / dts / uniphier-pro4-ref.dts
CommitLineData
8e678e06 1/*
77896e4d 2 * Device Tree Source for UniPhier Pro4 Reference Board
8e678e06 3 *
77896e4d
MY
4 * Copyright (C) 2015-2016 Socionext Inc.
5 * Author: Masahiro Yamada <yamada.masahiro@socionext.com>
8e678e06 6 *
fa53757b 7 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8e678e06
MY
8 */
9
10/dts-v1/;
77896e4d 11/include/ "uniphier-pro4.dtsi"
63ef577d 12/include/ "uniphier-ref-daughter.dtsi"
8e678e06
MY
13/include/ "uniphier-support-card.dtsi"
14
15/ {
77896e4d
MY
16 model = "UniPhier Pro4 Reference Board";
17 compatible = "socionext,uniphier-pro4-ref", "socionext,uniphier-pro4";
8e678e06 18
8e678e06 19 chosen {
06ff6b2d 20 stdout-path = "serial0:115200n8";
8e678e06
MY
21 };
22
23 aliases {
1bf42507
MY
24 serial0 = &serial0;
25 serial1 = &serial1;
26 serial2 = &serial2;
27 serial3 = &serial3;
68f46897
MY
28 i2c0 = &i2c0;
29 i2c1 = &i2c1;
30 i2c2 = &i2c2;
31 i2c3 = &i2c3;
32 i2c5 = &i2c5;
33 i2c6 = &i2c6;
8e678e06 34 };
23866a3d
MY
35
36 memory@80000000 {
37 device_type = "memory";
38 reg = <0x80000000 0x40000000>;
39 };
8e678e06
MY
40};
41
1bf42507 42&ethsc {
8e678e06
MY
43 interrupts = <0 50 4>;
44};
1bf42507
MY
45
46&serial0 {
47 status = "okay";
48};
49
50&serial1 {
51 status = "okay";
52};
53
54&serial2 {
55 status = "okay";
56};
3fbf02a8 57
68f46897
MY
58&i2c0 {
59 status = "okay";
60};
61
3fbf02a8
MY
62&usb2 {
63 status = "okay";
64};
65
66&usb3 {
67 status = "okay";
68};