diff options
Diffstat (limited to 'arch/arm/boot/dts/spear310.dtsi')
-rw-r--r-- | arch/arm/boot/dts/spear310.dtsi | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/spear310.dtsi b/arch/arm/boot/dts/spear310.dtsi new file mode 100644 index 00000000000..dc7fa14da84 --- /dev/null +++ b/arch/arm/boot/dts/spear310.dtsi | |||
@@ -0,0 +1,75 @@ | |||
1 | /* | ||
2 | * DTS file for SPEAr310 SoC | ||
3 | * | ||
4 | * Copyright 2012 Viresh Kumar <viresh.kumar@st.com> | ||
5 | * | ||
6 | * The code contained herein is licensed under the GNU General Public | ||
7 | * License. You may obtain a copy of the GNU General Public License | ||
8 | * Version 2 or later at the following locations: | ||
9 | * | ||
10 | * http://www.opensource.org/licenses/gpl-license.html | ||
11 | * http://www.gnu.org/copyleft/gpl.html | ||
12 | */ | ||
13 | |||
14 | /include/ "spear3xx.dtsi" | ||
15 | |||
16 | / { | ||
17 | ahb { | ||
18 | #address-cells = <1>; | ||
19 | #size-cells = <1>; | ||
20 | compatible = "simple-bus"; | ||
21 | ranges = <0x40000000 0x40000000 0x10000000 | ||
22 | 0xb0000000 0xb0000000 0x10000000 | ||
23 | 0xd0000000 0xd0000000 0x30000000>; | ||
24 | |||
25 | fsmc: flash@44000000 { | ||
26 | compatible = "st,spear600-fsmc-nand"; | ||
27 | #address-cells = <1>; | ||
28 | #size-cells = <1>; | ||
29 | reg = <0x44000000 0x1000 /* FSMC Register */ | ||
30 | 0x40000000 0x0010>; /* NAND Base */ | ||
31 | reg-names = "fsmc_regs", "nand_data"; | ||
32 | st,ale-off = <0x10000>; | ||
33 | st,cle-off = <0x20000>; | ||
34 | status = "disabled"; | ||
35 | }; | ||
36 | |||
37 | apb { | ||
38 | #address-cells = <1>; | ||
39 | #size-cells = <1>; | ||
40 | compatible = "simple-bus"; | ||
41 | ranges = <0xb0000000 0xb0000000 0x10000000 | ||
42 | 0xd0000000 0xd0000000 0x30000000>; | ||
43 | |||
44 | serial@b2000000 { | ||
45 | compatible = "arm,pl011", "arm,primecell"; | ||
46 | reg = <0xb2000000 0x1000>; | ||
47 | status = "disabled"; | ||
48 | }; | ||
49 | |||
50 | serial@b2080000 { | ||
51 | compatible = "arm,pl011", "arm,primecell"; | ||
52 | reg = <0xb2080000 0x1000>; | ||
53 | status = "disabled"; | ||
54 | }; | ||
55 | |||
56 | serial@b2100000 { | ||
57 | compatible = "arm,pl011", "arm,primecell"; | ||
58 | reg = <0xb2100000 0x1000>; | ||
59 | status = "disabled"; | ||
60 | }; | ||
61 | |||
62 | serial@b2180000 { | ||
63 | compatible = "arm,pl011", "arm,primecell"; | ||
64 | reg = <0xb2180000 0x1000>; | ||
65 | status = "disabled"; | ||
66 | }; | ||
67 | |||
68 | serial@b2200000 { | ||
69 | compatible = "arm,pl011", "arm,primecell"; | ||
70 | reg = <0xb2200000 0x1000>; | ||
71 | status = "disabled"; | ||
72 | }; | ||
73 | }; | ||
74 | }; | ||
75 | }; | ||