2 * Device Tree Source for the APE6EVM 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 "r8a73a4.dtsi"
13 #include <dt-bindings/interrupt-controller/irq.h>
17 compatible = "renesas,ape6evm", "renesas,r8a73a4";
20 bootargs = "console=ttySC0,115200 ignore_loglevel root=/dev/nfs ip=dhcp rw";
24 device_type = "memory";
25 reg = <0 0x40000000 0 0x40000000>;
29 device_type = "memory";
30 reg = <2 0x00000000 0 0x40000000>;
33 ape6evm_fixed_3v3: fixedregulator@0 {
34 compatible = "regulator-fixed";
35 regulator-name = "3V3";
36 regulator-min-microvolt = <3300000>;
37 regulator-max-microvolt = <3300000>;
46 compatible = "smsc,lan9118", "smsc,lan9115";
47 reg = <0x08000000 0x1000>;
48 interrupt-parent = <&irqc1>;
49 interrupts = <8 IRQ_TYPE_LEVEL_HIGH>;
54 vdd33a-supply = <&ape6evm_fixed_3v3>;
55 vddvario-supply = <&ape6evm_fixed_3v3>;
62 vdd_dvfs: max8973@1b {
63 compatible = "maxim,max8973";
66 regulator-min-microvolt = <935000>;
67 regulator-max-microvolt = <1200000>;
74 cpu0-supply = <&vdd_dvfs>;
80 voltage-tolerance = <1>; /* 1% */