2 * Device Tree Source for the KZM9D 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.
13 #include <dt-bindings/gpio/gpio.h>
14 #include <dt-bindings/input/input.h>
15 #include <dt-bindings/interrupt-controller/irq.h>
18 model = "EMEV2 KZM9D Board";
19 compatible = "renesas,kzm9d", "renesas,emev2";
22 device_type = "memory";
23 reg = <0x40000000 0x8000000>;
27 bootargs = "console=ttyS1,115200n81 ignore_loglevel root=/dev/nfs ip=dhcp";
30 reg_1p8v: regulator@0 {
31 compatible = "regulator-fixed";
32 regulator-name = "fixed-1.8V";
33 regulator-min-microvolt = <1800000>;
34 regulator-max-microvolt = <1800000>;
39 reg_3p3v: regulator@1 {
40 compatible = "regulator-fixed";
41 regulator-name = "fixed-3.3V";
42 regulator-min-microvolt = <3300000>;
43 regulator-max-microvolt = <3300000>;
49 compatible = "smsc,lan9220", "smsc,lan9115";
50 reg = <0x20000000 0x10000>;
52 interrupt-parent = <&gpio0>;
53 interrupts = <1 IRQ_TYPE_EDGE_RISING>;
57 vddvario-supply = <®_1p8v>;
58 vdd33a-supply = <®_3p3v>;
62 compatible = "gpio-keys";
67 debounce_interval = <50>;
71 gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
74 debounce_interval = <50>;
78 gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
81 debounce_interval = <50>;
85 gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
88 debounce_interval = <50>;
92 gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>;