123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262 |
- /*
- * DTS file for all SPEAr13xx SoCs
- *
- * Copyright 2012 Viresh Kumar <viresh.kumar@st.com>
- *
- * 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/ "skeleton.dtsi"
- / {
- interrupt-parent = <&gic>;
- cpus {
- #address-cells = <1>;
- #size-cells = <0>;
- cpu@0 {
- compatible = "arm,cortex-a9";
- reg = <0>;
- next-level-cache = <&L2>;
- };
- cpu@1 {
- compatible = "arm,cortex-a9";
- reg = <1>;
- next-level-cache = <&L2>;
- };
- };
- gic: interrupt-controller@ec801000 {
- compatible = "arm,cortex-a9-gic";
- interrupt-controller;
- #interrupt-cells = <3>;
- reg = < 0xec801000 0x1000 >,
- < 0xec800100 0x0100 >;
- };
- pmu {
- compatible = "arm,cortex-a9-pmu";
- interrupts = <0 8 0x04
- 0 9 0x04>;
- };
- L2: l2-cache {
- compatible = "arm,pl310-cache";
- reg = <0xed000000 0x1000>;
- cache-unified;
- cache-level = <2>;
- };
- memory {
- name = "memory";
- device_type = "memory";
- reg = <0 0x40000000>;
- };
- chosen {
- bootargs = "console=ttyAMA0,115200";
- };
- ahb {
- #address-cells = <1>;
- #size-cells = <1>;
- compatible = "simple-bus";
- ranges = <0x50000000 0x50000000 0x10000000
- 0xb0000000 0xb0000000 0x10000000
- 0xe0000000 0xe0000000 0x10000000>;
- sdhci@b3000000 {
- compatible = "st,sdhci-spear";
- reg = <0xb3000000 0x100>;
- interrupts = <0 28 0x4>;
- status = "disabled";
- };
- cf@b2800000 {
- compatible = "arasan,cf-spear1340";
- reg = <0xb2800000 0x100>;
- interrupts = <0 29 0x4>;
- status = "disabled";
- };
- dma@ea800000 {
- compatible = "snps,dma-spear1340";
- reg = <0xea800000 0x1000>;
- interrupts = <0 19 0x4>;
- status = "disabled";
- };
- dma@eb000000 {
- compatible = "snps,dma-spear1340";
- reg = <0xeb000000 0x1000>;
- interrupts = <0 59 0x4>;
- status = "disabled";
- };
- fsmc: flash@b0000000 {
- compatible = "st,spear600-fsmc-nand";
- #address-cells = <1>;
- #size-cells = <1>;
- reg = <0xb0000000 0x1000 /* FSMC Register */
- 0xb0800000 0x0010>; /* NAND Base */
- reg-names = "fsmc_regs", "nand_data";
- interrupts = <0 20 0x4
- 0 21 0x4
- 0 22 0x4
- 0 23 0x4>;
- st,ale-off = <0x20000>;
- st,cle-off = <0x10000>;
- status = "disabled";
- };
- gmac0: eth@e2000000 {
- compatible = "st,spear600-gmac";
- reg = <0xe2000000 0x8000>;
- interrupts = <0 23 0x4
- 0 24 0x4>;
- interrupt-names = "macirq", "eth_wake_irq";
- status = "disabled";
- };
- smi: flash@ea000000 {
- compatible = "st,spear600-smi";
- #address-cells = <1>;
- #size-cells = <1>;
- reg = <0xea000000 0x1000>;
- interrupts = <0 30 0x4>;
- status = "disabled";
- };
- spi0: spi@e0100000 {
- compatible = "arm,pl022", "arm,primecell";
- reg = <0xe0100000 0x1000>;
- interrupts = <0 31 0x4>;
- status = "disabled";
- };
- ehci@e4800000 {
- compatible = "st,spear600-ehci", "usb-ehci";
- reg = <0xe4800000 0x1000>;
- interrupts = <0 64 0x4>;
- status = "disabled";
- };
- ehci@e5800000 {
- compatible = "st,spear600-ehci", "usb-ehci";
- reg = <0xe5800000 0x1000>;
- interrupts = <0 66 0x4>;
- status = "disabled";
- };
- ohci@e4000000 {
- compatible = "st,spear600-ohci", "usb-ohci";
- reg = <0xe4000000 0x1000>;
- interrupts = <0 65 0x4>;
- status = "disabled";
- };
- ohci@e5000000 {
- compatible = "st,spear600-ohci", "usb-ohci";
- reg = <0xe5000000 0x1000>;
- interrupts = <0 67 0x4>;
- status = "disabled";
- };
- apb {
- #address-cells = <1>;
- #size-cells = <1>;
- compatible = "simple-bus";
- ranges = <0x50000000 0x50000000 0x10000000
- 0xb0000000 0xb0000000 0x10000000
- 0xe0000000 0xe0000000 0x10000000>;
- gpio0: gpio@e0600000 {
- compatible = "arm,pl061", "arm,primecell";
- reg = <0xe0600000 0x1000>;
- interrupts = <0 24 0x4>;
- gpio-controller;
- #gpio-cells = <2>;
- interrupt-controller;
- #interrupt-cells = <2>;
- status = "disabled";
- };
- gpio1: gpio@e0680000 {
- compatible = "arm,pl061", "arm,primecell";
- reg = <0xe0680000 0x1000>;
- interrupts = <0 25 0x4>;
- gpio-controller;
- #gpio-cells = <2>;
- interrupt-controller;
- #interrupt-cells = <2>;
- status = "disabled";
- };
- kbd@e0300000 {
- compatible = "st,spear300-kbd";
- reg = <0xe0300000 0x1000>;
- status = "disabled";
- };
- i2c0: i2c@e0280000 {
- #address-cells = <1>;
- #size-cells = <0>;
- compatible = "snps,designware-i2c";
- reg = <0xe0280000 0x1000>;
- interrupts = <0 41 0x4>;
- status = "disabled";
- };
- rtc@e0580000 {
- compatible = "st,spear-rtc";
- reg = <0xe0580000 0x1000>;
- interrupts = <0 36 0x4>;
- status = "disabled";
- };
- serial@e0000000 {
- compatible = "arm,pl011", "arm,primecell";
- reg = <0xe0000000 0x1000>;
- interrupts = <0 36 0x4>;
- status = "disabled";
- };
- adc@e0080000 {
- compatible = "st,spear600-adc";
- reg = <0xe0080000 0x1000>;
- interrupts = <0 44 0x4>;
- status = "disabled";
- };
- timer@e0380000 {
- compatible = "st,spear-timer";
- reg = <0xe0380000 0x400>;
- interrupts = <0 37 0x4>;
- };
- timer@ec800600 {
- compatible = "arm,cortex-a9-twd-timer";
- reg = <0xec800600 0x20>;
- interrupts = <1 13 0x301>;
- };
- wdt@ec800620 {
- compatible = "arm,cortex-a9-twd-wdt";
- reg = <0xec800620 0x20>;
- status = "disabled";
- };
- thermal@e07008c4 {
- compatible = "st,thermal-spear1340";
- reg = <0xe07008c4 0x4>;
- };
- };
- };
- };
|