Merge tag 'rtc-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / uniphier-pxs2-vodka.dts
1 /*
2  * Device Tree Source for UniPhier PXs2 Vodka Board
3  *
4  * Copyright (C) 2015-2016 Socionext Inc.
5  *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
6  *
7  * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8  */
9
10 /dts-v1/;
11 /include/ "uniphier-pxs2.dtsi"
12
13 / {
14         model = "UniPhier PXs2 Vodka Board";
15         compatible = "socionext,uniphier-pxs2-vodka", "socionext,uniphier-pxs2";
16
17         chosen {
18                 stdout-path = "serial0:115200n8";
19         };
20
21         aliases {
22                 serial0 = &serial2;
23                 serial1 = &serial0;
24                 serial2 = &serial1;
25                 i2c0 = &i2c0;
26                 i2c4 = &i2c4;
27                 i2c5 = &i2c5;
28                 i2c6 = &i2c6;
29         };
30
31         memory@80000000 {
32                 device_type = "memory";
33                 reg = <0x80000000 0x80000000>;
34         };
35 };
36
37 &serial2 {
38         status = "okay";
39 };
40
41 &i2c0 {
42         status = "okay";
43 };