blob: 76f5eef7d1cce9055587164f5a157a48ec66956a [file] [log] [blame]
Simon Horman73d6a692013-01-29 11:40:18 +09001/*
2 * Reference Device Tree Source for the Marzen board
3 *
4 * Copyright (C) 2013 Renesas Solutions Corp.
5 * Copyright (C) 2013 Simon Horman
6 *
7 * This file is licensed under the terms of the GNU General Public License
8 * version 2. This program is licensed "as is" without any warranty of any
9 * kind, whether express or implied.
10 */
11
12/dts-v1/;
Laurent Pinchart31c46cb2013-11-09 13:23:53 +010013#include "r8a7779.dtsi"
Laurent Pinchart80d11262013-05-10 00:23:04 +020014#include <dt-bindings/gpio/gpio.h>
Laurent Pinchart77e2d7e2013-11-09 13:23:55 +010015#include <dt-bindings/interrupt-controller/irq.h>
Simon Horman73d6a692013-01-29 11:40:18 +090016
17/ {
18 model = "marzen";
19 compatible = "renesas,marzen-reference", "renesas,r8a7779";
20
21 chosen {
Laurent Pinchartd2f463a2013-07-29 22:31:41 +020022 bootargs = "console=ttySC2,115200 earlyprintk=sh-sci.2,115200 ignore_loglevel root=/dev/nfs ip=on rw";
Simon Horman73d6a692013-01-29 11:40:18 +090023 };
24
25 memory {
26 device_type = "memory";
27 reg = <0x60000000 0x40000000>;
28 };
29
30 fixedregulator3v3: fixedregulator@0 {
31 compatible = "regulator-fixed";
32 regulator-name = "fixed-3.3V";
33 regulator-min-microvolt = <3300000>;
34 regulator-max-microvolt = <3300000>;
35 regulator-boot-on;
36 regulator-always-on;
37 };
38
39 lan0@18000000 {
40 compatible = "smsc,lan9220", "smsc,lan9115";
41 reg = <0x18000000 0x100>;
Laurent Pinchartc4a003f2013-05-09 17:41:59 +020042 pinctrl-0 = <&lan0_pins>;
43 pinctrl-names = "default";
44
Simon Horman73d6a692013-01-29 11:40:18 +090045 phy-mode = "mii";
Kuninori Morimotobffdd7d2013-10-02 01:40:20 -070046 interrupt-parent = <&irqpin0>;
Laurent Pincharte60038e2013-11-09 13:23:56 +010047 interrupts = <1 IRQ_TYPE_EDGE_FALLING>;
Simon Horman73d6a692013-01-29 11:40:18 +090048 reg-io-width = <4>;
49 vddvario-supply = <&fixedregulator3v3>;
50 vdd33a-supply = <&fixedregulator3v3>;
51 };
Laurent Pinchart80d11262013-05-10 00:23:04 +020052
53 leds {
54 compatible = "gpio-leds";
55 led2 {
56 gpios = <&gpio4 29 GPIO_ACTIVE_HIGH>;
57 };
58 led3 {
59 gpios = <&gpio4 30 GPIO_ACTIVE_HIGH>;
60 };
61 led4 {
62 gpios = <&gpio4 31 GPIO_ACTIVE_HIGH>;
63 };
64 };
Simon Horman73d6a692013-01-29 11:40:18 +090065};
Laurent Pinchartc4a003f2013-05-09 17:41:59 +020066
Kuninori Morimotobffdd7d2013-10-02 01:40:20 -070067&irqpin0 {
68 status = "okay";
69};
70
Laurent Pinchartc4a003f2013-05-09 17:41:59 +020071&pfc {
Kuninori Morimoto00bf5912013-10-10 23:36:44 -070072 pinctrl-0 = <&scif2_pins &scif4_pins>;
Laurent Pinchartc4a003f2013-05-09 17:41:59 +020073 pinctrl-names = "default";
74
75 lan0_pins: lan0 {
76 intc {
77 renesas,groups = "intc_irq1_b";
78 renesas,function = "intc";
79 };
80 lbsc {
81 renesas,groups = "lbsc_ex_cs0";
82 renesas,function = "lbsc";
83 };
84 };
85
Kuninori Morimoto6220c512013-10-21 19:38:04 -070086 scif2_pins: serial2 {
Laurent Pinchartc4a003f2013-05-09 17:41:59 +020087 renesas,groups = "scif2_data_c";
88 renesas,function = "scif2";
89 };
90
Kuninori Morimoto6220c512013-10-21 19:38:04 -070091 scif4_pins: serial4 {
Laurent Pinchartc4a003f2013-05-09 17:41:59 +020092 renesas,groups = "scif4_data";
93 renesas,function = "scif4";
94 };
95
Kuninori Morimoto6220c512013-10-21 19:38:04 -070096 sdhi0_pins: sd0 {
Kuninori Morimoto72e7db82013-11-19 19:17:41 -080097 renesas,groups = "sdhi0_data4", "sdhi0_ctrl", "sdhi0_cd";
Laurent Pinchartc4a003f2013-05-09 17:41:59 +020098 renesas,function = "sdhi0";
99 };
Simon Horman1fd21952013-11-26 16:47:12 +0900100
101 hspi0_pins: hspi0 {
102 renesas,groups = "hspi0";
103 renesas,function = "hspi0";
104 };
Laurent Pinchartc4a003f2013-05-09 17:41:59 +0200105};
Kuninori Morimoto00bf5912013-10-10 23:36:44 -0700106
107&sdhi0 {
108 pinctrl-0 = <&sdhi0_pins>;
109 pinctrl-names = "default";
110
111 vmmc-supply = <&fixedregulator3v3>;
112 bus-width = <4>;
113 status = "okay";
114};
Simon Horman1fd21952013-11-26 16:47:12 +0900115
116&hspi0 {
117 pinctrl-0 = <&hspi0_pins>;
118 pinctrl-names = "default";
119 status = "okay";
120};