blob: 06cda19dac6a6dccef649109ca17eb4528327dc7 [file] [log] [blame]
Kuninori Morimotocfa66a82013-07-24 00:36:51 -07001/*
2 * Reference Device Tree Source for the Bock-W board
3 *
4 * Copyright (C) 2013 Renesas Solutions Corp.
5 * Copyright (C) 2013 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
6 *
7 * based on r8a7779
8 *
9 * Copyright (C) 2013 Renesas Solutions Corp.
10 * Copyright (C) 2013 Simon Horman
11 *
12 * This file is licensed under the terms of the GNU General Public License
13 * version 2. This program is licensed "as is" without any warranty of any
14 * kind, whether express or implied.
15 */
16
17/dts-v1/;
Laurent Pinchart31c46cb2013-11-09 13:23:53 +010018#include "r8a7778.dtsi"
Laurent Pinchart77e2d7e2013-11-09 13:23:55 +010019#include <dt-bindings/interrupt-controller/irq.h>
Kuninori Morimotof729dd52014-01-30 21:39:40 -080020#include <dt-bindings/gpio/gpio.h>
Kuninori Morimotocfa66a82013-07-24 00:36:51 -070021
22/ {
23 model = "bockw";
24 compatible = "renesas,bockw-reference", "renesas,r8a7778";
25
26 chosen {
Kuninori Morimoto1e918e02013-10-02 01:34:07 -070027 bootargs = "console=ttySC0,115200 ignore_loglevel root=/dev/nfs ip=dhcp rw";
Kuninori Morimotocfa66a82013-07-24 00:36:51 -070028 };
29
30 memory {
31 device_type = "memory";
32 reg = <0x60000000 0x10000000>;
33 };
Kuninori Morimoto1e918e02013-10-02 01:34:07 -070034
35 fixedregulator3v3: fixedregulator@0 {
36 compatible = "regulator-fixed";
37 regulator-name = "fixed-3.3V";
38 regulator-min-microvolt = <3300000>;
39 regulator-max-microvolt = <3300000>;
40 regulator-boot-on;
41 regulator-always-on;
42 };
43
Kuninori Morimoto73c79af2013-10-03 18:20:19 -070044 ethernet@18300000 {
Kuninori Morimoto1e918e02013-10-02 01:34:07 -070045 compatible = "smsc,lan9220", "smsc,lan9115";
46 reg = <0x18300000 0x1000>;
47
48 phy-mode = "mii";
49 interrupt-parent = <&irqpin>;
Laurent Pinchart08281422013-11-09 13:23:57 +010050 interrupts = <0 IRQ_TYPE_EDGE_FALLING>;
Kuninori Morimoto1e918e02013-10-02 01:34:07 -070051 reg-io-width = <4>;
52 vddvario-supply = <&fixedregulator3v3>;
53 vdd33a-supply = <&fixedregulator3v3>;
54 };
Kuninori Morimoto14cdd832013-10-03 18:32:34 -070055
Kuninori Morimoto14cdd832013-10-03 18:32:34 -070056};
57
58&mmcif {
59 pinctrl-0 = <&mmc_pins>;
60 pinctrl-names = "default";
61
62 vmmc-supply = <&fixedregulator3v3>;
63 bus-width = <8>;
64 broken-cd;
65 status = "okay";
Kuninori Morimoto1e918e02013-10-02 01:34:07 -070066};
67
68&irqpin {
69 status = "okay";
Kuninori Morimotocfa66a82013-07-24 00:36:51 -070070};
Kuninori Morimoto8ed1f8a2013-10-03 18:31:16 -070071
72&pfc {
73 pinctrl-0 = <&scif0_pins>;
74 pinctrl-names = "default";
75
Kuninori Morimotofb9c1ce2013-10-21 19:37:48 -070076 scif0_pins: serial0 {
Kuninori Morimoto8ed1f8a2013-10-03 18:31:16 -070077 renesas,groups = "scif0_data_a", "scif0_ctrl";
78 renesas,function = "scif0";
79 };
Kuninori Morimoto9ebe54b2013-10-10 23:34:33 -070080
81 mmc_pins: mmc {
82 renesas,groups = "mmc_data8", "mmc_ctrl";
83 renesas,function = "mmc";
84 };
Kuninori Morimoto9d0395a2013-10-10 23:36:01 -070085
Kuninori Morimotofb9c1ce2013-10-21 19:37:48 -070086 sdhi0_pins: sd0 {
Kuninori Morimoto9d0395a2013-10-10 23:36:01 -070087 renesas,groups = "sdhi0_data4", "sdhi0_ctrl",
Kuninori Morimotof729dd52014-01-30 21:39:40 -080088 "sdhi0_cd";
Kuninori Morimoto9d0395a2013-10-10 23:36:01 -070089 renesas,function = "sdhi0";
90 };
Kuninori Morimoto8c663962013-10-31 18:22:53 -070091
92 hspi0_pins: hspi0 {
93 renesas,groups = "hspi0_a";
94 renesas,function = "hspi0";
95 };
Kuninori Morimoto9d0395a2013-10-10 23:36:01 -070096};
97
98&sdhi0 {
99 pinctrl-0 = <&sdhi0_pins>;
100 pinctrl-names = "default";
101
102 vmmc-supply = <&fixedregulator3v3>;
103 bus-width = <4>;
104 status = "okay";
Kuninori Morimotof729dd52014-01-30 21:39:40 -0800105 wp-gpios = <&gpio3 18 GPIO_ACTIVE_HIGH>;
Kuninori Morimoto8ed1f8a2013-10-03 18:31:16 -0700106};
Kuninori Morimoto8c663962013-10-31 18:22:53 -0700107
108&hspi0 {
109 pinctrl-0 = <&hspi0_pins>;
110 pinctrl-names = "default";
111 status = "okay";
112};