1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree Source for the KZM9D board
5 * Copyright (C) 2013 Renesas Solutions Corp.
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/input/input.h>
12 #include <dt-bindings/interrupt-controller/irq.h>
15 model = "EMEV2 KZM9D Board";
16 compatible = "renesas,kzm9d", "renesas,emev2";
19 device_type = "memory";
20 reg = <0x40000000 0x8000000>;
28 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
29 stdout-path = "serial1:115200n8";
33 compatible = "gpio-keys";
35 debounce-interval = <50>;
39 gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
42 debounce-interval = <50>;
46 gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
49 debounce-interval = <50>;
53 gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
56 debounce-interval = <50>;
60 gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>;
64 reg_1p8v: regulator-1p8v {
65 compatible = "regulator-fixed";
66 regulator-name = "fixed-1.8V";
67 regulator-min-microvolt = <1800000>;
68 regulator-max-microvolt = <1800000>;
73 reg_3p3v: regulator-3p3v {
74 compatible = "regulator-fixed";
75 regulator-name = "fixed-3.3V";
76 regulator-min-microvolt = <3300000>;
77 regulator-max-microvolt = <3300000>;
83 compatible = "smsc,lan9220", "smsc,lan9115";
84 reg = <0x20000000 0x10000>;
86 interrupt-parent = <&gpio0>;
87 interrupts = <1 IRQ_TYPE_EDGE_RISING>;
91 vddvario-supply = <®_1p8v>;
92 vdd33a-supply = <®_3p3v>;
106 groups = "uart1_ctrl", "uart1_data";
112 pinctrl-0 = <&uart1_pins>;
113 pinctrl-names = "default";