2 * Device Tree Source for the Lager board
4 * Copyright (C) 2013 Renesas Solutions Corp.
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.
12 #include "r8a7790.dtsi"
13 #include <dt-bindings/gpio/gpio.h>
17 compatible = "renesas,lager", "renesas,r8a7790";
20 bootargs = "console=ttySC6,115200 ignore_loglevel rw root=/dev/nfs ip=dhcp";
24 device_type = "memory";
25 reg = <0 0x40000000 0 0x80000000>;
29 device_type = "memory";
30 reg = <1 0x80000000 0 0x80000000>;
39 compatible = "gpio-leds";
41 gpios = <&gpio4 22 GPIO_ACTIVE_HIGH>;
44 gpios = <&gpio4 23 GPIO_ACTIVE_HIGH>;
47 gpios = <&gpio5 17 GPIO_ACTIVE_HIGH>;
51 fixedregulator3v3: fixedregulator@0 {
52 compatible = "regulator-fixed";
53 regulator-name = "fixed-3.3V";
54 regulator-min-microvolt = <3300000>;
55 regulator-max-microvolt = <3300000>;
62 clock-frequency = <20000000>;
66 pinctrl-0 = <&scif0_pins &scif1_pins>;
67 pinctrl-names = "default";
70 renesas,groups = "scif0_data";
71 renesas,function = "scif0";
75 renesas,groups = "scif1_data";
76 renesas,function = "scif1";
80 renesas,groups = "mmc1_data8", "mmc1_ctrl";
81 renesas,function = "mmc1";
86 pinctrl-0 = <&mmc1_pins>;
87 pinctrl-names = "default";
89 vmmc-supply = <&fixedregulator3v3>;