Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux into drm...
[linux-2.6-block.git] / arch / arm / boot / dts / r7s72100-rskrza1.dts
CommitLineData
e83c05a7
CB
1/*
2 * Device Tree Source for the RZ/A1H RSK board
3 *
4 * Copyright (C) 2016 Renesas Electronics
5 *
6 * This file is licensed under the terms of the GNU General Public License
7 * version 2. This program is licensed "as is" without any warranty of any
8 * kind, whether express or implied.
9 */
10
11/dts-v1/;
12#include "r7s72100.dtsi"
13
14/ {
15 model = "RSKRZA1";
16 compatible = "renesas,rskrza1", "renesas,r7s72100";
17
18 aliases {
19 serial0 = &scif2;
20 };
21
22 chosen {
23 bootargs = "ignore_loglevel";
24 stdout-path = "serial0:115200n8";
25 };
26
27 memory@8000000 {
28 device_type = "memory";
29 reg = <0x08000000 0x02000000>;
30 };
31
32 lbsc {
33 #address-cells = <1>;
34 #size-cells = <1>;
35 };
36};
37
38&extal_clk {
39 clock-frequency = <13330000>;
40};
41
42&usb_x1_clk {
43 clock-frequency = <48000000>;
44};
45
f90c3644
CB
46&rtc_x1_clk {
47 clock-frequency = <32768>;
48};
49
e83c05a7
CB
50&mtu2 {
51 status = "okay";
52};
53
0aa8d831
CB
54&ether {
55 status = "okay";
56 renesas,no-ether-link;
57 phy-handle = <&phy0>;
58 phy0: ethernet-phy@0 {
59 reg = <0>;
60 };
61};
62
bba1b7ea
CB
63&sdhi1 {
64 bus-width = <4>;
65 status = "okay";
66};
67
37dfe2af
CB
68&ostm0 {
69 status = "okay";
70};
71
72&ostm1 {
73 status = "okay";
74};
75
931f3dc3
CB
76&rtc {
77 status = "okay";
78};
79
e83c05a7
CB
80&scif2 {
81 status = "okay";
82};