blob: c462ef138922b260666434bc65a9f1d9f1fb31fe [file] [log] [blame]
Simon Horman6dace672013-06-28 13:42:16 +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/;
12/include/ "r8a7790.dtsi"
Laurent Pinchart466f3022013-07-16 11:45:56 +020013#include <dt-bindings/gpio/gpio.h>
Simon Horman6dace672013-06-28 13:42:16 +090014
15/ {
16 model = "Lager";
17 compatible = "renesas,lager-reference", "renesas,r8a7790";
18
19 chosen {
Laurent Pinchartd2f463a2013-07-29 22:31:41 +020020 bootargs = "console=ttySC6,115200 ignore_loglevel rw";
Simon Horman6dace672013-06-28 13:42:16 +090021 };
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 };
Laurent Pinchart466f3022013-07-16 11:45:56 +020032
33 leds {
34 compatible = "gpio-leds";
35 led6 {
36 gpios = <&gpio4 22 GPIO_ACTIVE_HIGH>;
37 };
38 led7 {
39 gpios = <&gpio4 23 GPIO_ACTIVE_HIGH>;
40 };
41 led8 {
42 gpios = <&gpio5 17 GPIO_ACTIVE_HIGH>;
43 };
44 };
Simon Horman6dace672013-06-28 13:42:16 +090045};