2012-03-23 00:17:43 +05:30
/*
* DTS file for SPEAr300 SoC
*
2012-06-20 12:53:02 -07:00
* Copyright 2012 Viresh Kumar <viresh.linux@gmail.com>
2012-03-23 00:17:43 +05:30
*
* The code contained herein is licensed under the GNU General Public
* License. You may obtain a copy of the GNU General Public License
* Version 2 or later at the following locations:
*
* http://www.opensource.org/licenses/gpl-license.html
* http://www.gnu.org/copyleft/gpl.html
*/
/include/ "spear3xx.dtsi"
/ {
ahb {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";
ranges = <0x60000000 0x60000000 0x50000000
0xd0000000 0xd0000000 0x30000000>;
2012-03-29 08:30:19 +05:30
pinmux@99000000 {
compatible = "st,spear300-pinmux";
reg = <0x99000000 0x1000>;
};
2012-03-23 00:17:43 +05:30
clcd@60000000 {
2012-07-05 11:51:47 +08:00
compatible = "arm,pl110", "arm,primecell";
2012-03-23 00:17:43 +05:30
reg = <0x60000000 0x1000>;
interrupts = <30>;
status = "disabled";
};
fsmc: flash@94000000 {
compatible = "st,spear600-fsmc-nand";
#address-cells = <1>;
#size-cells = <1>;
reg = <0x94000000 0x1000 /* FSMC Register */
2012-10-04 15:14:16 +02:00
0x80000000 0x0010 /* NAND Base DATA */
0x80020000 0x0010 /* NAND Base ADDR */
0x80010000 0x0010>; /* NAND Base CMD */
reg-names = "fsmc_regs", "nand_data", "nand_addr", "nand_cmd";
2012-03-23 00:17:43 +05:30
status = "disabled";
};
sdhci@70000000 {
compatible = "st,sdhci-spear";
reg = <0x70000000 0x100>;
interrupts = <1>;
status = "disabled";
};
2012-08-03 16:00:18 +05:30
shirq: interrupt-controller@0x50000000 {
compatible = "st,spear300-shirq";
reg = <0x50000000 0x1000>;
interrupts = <28>;
#interrupt-cells = <1>;
interrupt-controller;
};
2012-03-23 00:17:43 +05:30
apb {
#address-cells = <1>;
#size-cells = <1>;
compatible = "simple-bus";
ranges = <0xa0000000 0xa0000000 0x10000000
0xd0000000 0xd0000000 0x30000000>;
gpio1: gpio@a9000000 {
#gpio-cells = <2>;
compatible = "arm,pl061", "arm,primecell";
gpio-controller;
reg = <0xa9000000 0x1000>;
2012-08-03 16:00:18 +05:30
interrupts = <8>;
interrupt-parent = <&shirq>;
2012-03-23 00:17:43 +05:30
status = "disabled";
};
kbd@a0000000 {
compatible = "st,spear300-kbd";
reg = <0xa0000000 0x1000>;
2012-08-03 16:00:18 +05:30
interrupts = <7>;
interrupt-parent = <&shirq>;
2012-03-23 00:17:43 +05:30
status = "disabled";
};
};
};
};