2012-11-21 22:34:25 +07:00
|
|
|
/*
|
|
|
|
* Device Tree Source for the KZM-A9-GT board
|
|
|
|
*
|
|
|
|
* Copyright (C) 2012 Horms Solutions Ltd.
|
|
|
|
*
|
|
|
|
* Based on sh73a0-kzm9g.dts
|
|
|
|
* Copyright (C) 2012 Renesas Solutions Corp.
|
|
|
|
*
|
|
|
|
* This file is licensed under the terms of the GNU General Public License
|
|
|
|
* version 2. This program is licensed "as is" without any warranty of any
|
|
|
|
* kind, whether express or implied.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
/include/ "sh73a0-reference.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "KZM-A9-GT";
|
|
|
|
compatible = "renesas,kzm9g-reference", "renesas,sh73a0";
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
bootargs = "console=tty0 console=ttySC4,115200 root=/dev/nfs ip=dhcp ignore_loglevel earlyprintk=sh-sci.4,115200";
|
|
|
|
};
|
|
|
|
|
|
|
|
memory {
|
|
|
|
device_type = "memory";
|
|
|
|
reg = <0x41000000 0x1e800000>;
|
|
|
|
};
|
|
|
|
|
2013-02-09 01:38:27 +07:00
|
|
|
reg_1p8v: regulator@0 {
|
2012-11-21 22:34:25 +07:00
|
|
|
compatible = "regulator-fixed";
|
|
|
|
regulator-name = "fixed-1.8V";
|
|
|
|
regulator-min-microvolt = <1800000>;
|
|
|
|
regulator-max-microvolt = <1800000>;
|
2013-02-09 01:38:27 +07:00
|
|
|
regulator-always-on;
|
|
|
|
regulator-boot-on;
|
|
|
|
};
|
|
|
|
|
2013-03-19 19:47:39 +07:00
|
|
|
reg_3p3v: regulator@1 {
|
2013-02-09 01:38:27 +07:00
|
|
|
compatible = "regulator-fixed";
|
2013-03-19 19:47:39 +07:00
|
|
|
regulator-name = "fixed-3.3V";
|
|
|
|
regulator-min-microvolt = <3300000>;
|
|
|
|
regulator-max-microvolt = <3300000>;
|
2013-02-09 01:38:27 +07:00
|
|
|
regulator-always-on;
|
|
|
|
regulator-boot-on;
|
|
|
|
};
|
|
|
|
|
|
|
|
sdhi0: sdhi@0xee100000 {
|
|
|
|
compatible = "renesas,shmobile-sdhi";
|
|
|
|
reg = <0xee100000 0x100>;
|
|
|
|
interrupt-parent = <&gic>;
|
|
|
|
interrupts = <0 83 4
|
|
|
|
0 84 4
|
|
|
|
0 85 4>;
|
2013-03-19 19:47:39 +07:00
|
|
|
vmmc-supply = <®_3p3v>;
|
2013-02-09 01:38:27 +07:00
|
|
|
bus-width = <4>;
|
|
|
|
toshiba,mmc-has-idle-wait;
|
|
|
|
};
|
|
|
|
|
|
|
|
sdhi2: sdhi@0xee140000 {
|
|
|
|
compatible = "renesas,shmobile-sdhi";
|
|
|
|
reg = <0xee140000 0x100>;
|
|
|
|
interrupt-parent = <&gic>;
|
|
|
|
interrupts = <0 104 4
|
|
|
|
0 105 4>;
|
2013-03-19 19:47:39 +07:00
|
|
|
vmmc-supply = <®_3p3v>;
|
2013-02-09 01:38:27 +07:00
|
|
|
bus-width = <4>;
|
|
|
|
broken-cd;
|
|
|
|
toshiba,mmc-wrprotect-disable;
|
|
|
|
toshiba,mmc-has-idle-wait;
|
2012-11-21 22:34:25 +07:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&mmcif {
|
2013-02-09 01:38:27 +07:00
|
|
|
bus-width = <8>;
|
|
|
|
vmmc-supply = <®_1p8v>;
|
2012-11-21 22:34:25 +07:00
|
|
|
};
|