blob: 7fad4b9b2f439e9aaaeb75aa483e8373e02bb8f8 [file] [log] [blame]
Simon Hormanb8b82b22012-11-22 00:34:25 +09001/*
2 * Device Tree Source for the KZM-A9-GT board
3 *
4 * Copyright (C) 2012 Horms Solutions Ltd.
5 *
6 * Based on sh73a0-kzm9g.dts
7 * Copyright (C) 2012 Renesas Solutions Corp.
8 *
9 * This file is licensed under the terms of the GNU General Public License
10 * version 2. This program is licensed "as is" without any warranty of any
11 * kind, whether express or implied.
12 */
13
14/dts-v1/;
15/include/ "sh73a0-reference.dtsi"
16
17/ {
18 model = "KZM-A9-GT";
19 compatible = "renesas,kzm9g-reference", "renesas,sh73a0";
20
21 chosen {
22 bootargs = "console=tty0 console=ttySC4,115200 root=/dev/nfs ip=dhcp ignore_loglevel earlyprintk=sh-sci.4,115200";
23 };
24
25 memory {
26 device_type = "memory";
27 reg = <0x41000000 0x1e800000>;
28 };
29
Guennadi Liakhovetskif017d012013-02-08 19:38:27 +010030 reg_1p8v: regulator@0 {
Simon Hormanb8b82b22012-11-22 00:34:25 +090031 compatible = "regulator-fixed";
32 regulator-name = "fixed-1.8V";
33 regulator-min-microvolt = <1800000>;
34 regulator-max-microvolt = <1800000>;
Guennadi Liakhovetskif017d012013-02-08 19:38:27 +010035 regulator-always-on;
36 regulator-boot-on;
37 };
38
39 reg_2p8v: regulator@1 {
40 compatible = "regulator-fixed";
41 regulator-name = "fixed-2.8V";
42 regulator-min-microvolt = <2800000>;
43 regulator-max-microvolt = <2800000>;
44 regulator-always-on;
45 regulator-boot-on;
46 };
47
48 sdhi0: sdhi@0xee100000 {
49 compatible = "renesas,shmobile-sdhi";
50 reg = <0xee100000 0x100>;
51 interrupt-parent = <&gic>;
52 interrupts = <0 83 4
53 0 84 4
54 0 85 4>;
55 vmmc-supply = <&reg_2p8v>;
56 bus-width = <4>;
57 toshiba,mmc-has-idle-wait;
58 };
59
60 sdhi2: sdhi@0xee140000 {
61 compatible = "renesas,shmobile-sdhi";
62 reg = <0xee140000 0x100>;
63 interrupt-parent = <&gic>;
64 interrupts = <0 104 4
65 0 105 4>;
66 vmmc-supply = <&reg_2p8v>;
67 bus-width = <4>;
68 broken-cd;
69 toshiba,mmc-wrprotect-disable;
70 toshiba,mmc-has-idle-wait;
Simon Hormanb8b82b22012-11-22 00:34:25 +090071 };
72};
73
74&mmcif {
Guennadi Liakhovetskif017d012013-02-08 19:38:27 +010075 bus-width = <8>;
76 vmmc-supply = <&reg_1p8v>;
Simon Hormanb8b82b22012-11-22 00:34:25 +090077};