blob: 8e7e917d66b6da2c409ec1bb70d37ccb1666fde1 [file] [log] [blame]
Magnus Damm1919a0a2013-10-08 15:30:09 +09001/*
2 * Device Tree Source for the Koelsch board
3 *
4 * Copyright (C) 2013 Renesas Electronics Corporation
5 * Copyright (C) 2013 Renesas Solutions Corp.
6 *
7 * This file is licensed under the terms of the GNU General Public License
8 * version 2. This program is licensed "as is" without any warranty of any
9 * kind, whether express or implied.
10 */
11
12/dts-v1/;
Laurent Pinchart31c46cb2013-11-09 13:23:53 +010013#include "r8a7791.dtsi"
Magnus Damm1919a0a2013-10-08 15:30:09 +090014
15/ {
16 model = "Koelsch";
17 compatible = "renesas,koelsch-reference", "renesas,r8a7791";
18
19 chosen {
20 bootargs = "console=ttySC6,115200 ignore_loglevel rw root=/dev/nfs ip=dhcp";
21 };
22
23 memory@40000000 {
24 device_type = "memory";
25 reg = <0 0x40000000 0 0x80000000>;
26 };
27
28 lbsc {
29 #address-cells = <1>;
30 #size-cells = <1>;
31 };
32};
Magnus Dammb91a89c2013-11-20 16:36:59 +090033
34&pfc {
35 pinctrl-0 = <&scif0_pins &scif1_pins>;
36 pinctrl-names = "default";
37
38 scif0_pins: serial0 {
39 renesas,groups = "scif0_data_d";
40 renesas,function = "scif0";
41 };
42
43 scif1_pins: serial1 {
44 renesas,groups = "scif1_data_d";
45 renesas,function = "scif1";
46 };
47};