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";
32 compatible = "gpio-keys";
37 debounce_interval = <50>;
41 gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
44 debounce_interval = <50>;
48 gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
51 debounce_interval = <50>;
55 gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
58 debounce_interval = <50>;
62 gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>;
66 reg_1p8v: regulator@0 {
67 compatible = "regulator-fixed";
68 regulator-name = "fixed-1.8V";
69 regulator-min-microvolt = <1800000>;
70 regulator-max-microvolt = <1800000>;
75 reg_3p3v: regulator@1 {
76 compatible = "regulator-fixed";
77 regulator-name = "fixed-3.3V";
78 regulator-min-microvolt = <3300000>;
79 regulator-max-microvolt = <3300000>;
85 compatible = "smsc,lan9220", "smsc,lan9115";
86 reg = <0x20000000 0x10000>;
88 interrupt-parent = <&gpio0>;
89 interrupts = <1 IRQ_TYPE_EDGE_RISING>;
93 vddvario-supply = <®_1p8v>;
94 vdd33a-supply = <®_3p3v>;
107 uart1_pins: serial@e1030000 {
108 renesas,groups = "uart1_ctrl", "uart1_data";
109 renesas,function = "uart1";
114 pinctrl-0 = <&uart1_pins>;
115 pinctrl-names = "default";