blob: 10e6a08164e58998602da8d62f4487c75ee39673 [file] [log] [blame]
Magnus Damm3cc828f2013-03-29 17:49:37 +09001/*
2 * Device Tree Source for the Lager board
3 *
4 * Copyright (C) 2013 Renesas Solutions Corp.
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/;
Laurent Pinchart31c46cb2013-11-09 13:23:53 +010012#include "r8a7790.dtsi"
Magnus Damm3cc828f2013-03-29 17:49:37 +090013
14/ {
15 model = "Lager";
16 compatible = "renesas,lager", "renesas,r8a7790";
17
18 chosen {
Simon Hormandcbbbaf2013-08-06 16:50:11 +090019 bootargs = "console=ttySC6,115200 ignore_loglevel rw root=/dev/nfs ip=dhcp";
Magnus Damm3cc828f2013-03-29 17:49:37 +090020 };
21
22 memory@40000000 {
23 device_type = "memory";
24 reg = <0 0x40000000 0 0x80000000>;
25 };
26
Magnus Damm62bc32a2013-10-31 12:21:41 +090027 memory@180000000 {
28 device_type = "memory";
29 reg = <1 0x80000000 0 0x80000000>;
30 };
31
Magnus Damm3cc828f2013-03-29 17:49:37 +090032 lbsc {
33 #address-cells = <1>;
34 #size-cells = <1>;
35 };
36};