]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/boot/dts/r8a7790-lager-reference.dts
arm: dts: tx6: use generic names for regulator nodes
[karo-tx-linux.git] / arch / arm / boot / dts / r8a7790-lager-reference.dts
1 /*
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"
13 #include <dt-bindings/gpio/gpio.h>
14
15 / {
16         model = "Lager";
17         compatible = "renesas,lager-reference", "renesas,r8a7790";
18
19         chosen {
20                 bootargs = "console=ttySC6,115200 ignore_loglevel rw";
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
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         };
45 };