aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/spear320-evb.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/spear320-evb.dts')
-rw-r--r--arch/arm/boot/dts/spear320-evb.dts112
1 files changed, 112 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/spear320-evb.dts b/arch/arm/boot/dts/spear320-evb.dts
new file mode 100644
index 000000000000..d43de712e863
--- /dev/null
+++ b/arch/arm/boot/dts/spear320-evb.dts
@@ -0,0 +1,112 @@
1/*
2 * DTS file for SPEAr320 Evaluation Baord
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/dts-v1/;
15/include/ "spear320.dtsi"
16
17/ {
18 model = "ST SPEAr300 Evaluation Board";
19 compatible = "st,spear300-evb", "st,spear300";
20 #address-cells = <1>;
21 #size-cells = <1>;
22
23 memory {
24 reg = <0 0x40000000>;
25 };
26
27 ahb {
28 clcd@90000000 {
29 status = "okay";
30 };
31
32 dma@fc400000 {
33 status = "okay";
34 };
35
36 fsmc: flash@4c000000 {
37 status = "okay";
38 };
39
40 gmac: eth@e0800000 {
41 status = "okay";
42 };
43
44 sdhci@70000000 {
45 power-gpio = <&gpio0 2 1>;
46 power_always_enb;
47 status = "okay";
48 };
49
50 smi: flash@fc000000 {
51 status = "okay";
52 };
53
54 spi0: spi@d0100000 {
55 status = "okay";
56 };
57
58 spi1: spi@a5000000 {
59 status = "okay";
60 };
61
62 spi2: spi@a6000000 {
63 status = "okay";
64 };
65
66 ehci@e1800000 {
67 status = "okay";
68 };
69
70 ohci@e1900000 {
71 status = "okay";
72 };
73
74 ohci@e2100000 {
75 status = "okay";
76 };
77
78 apb {
79 gpio0: gpio@fc980000 {
80 status = "okay";
81 };
82
83 i2c0: i2c@d0180000 {
84 status = "okay";
85 };
86
87 i2c1: i2c@a7000000 {
88 status = "okay";
89 };
90
91 rtc@fc900000 {
92 status = "okay";
93 };
94
95 serial@d0000000 {
96 status = "okay";
97 };
98
99 serial@a3000000 {
100 status = "okay";
101 };
102
103 serial@a4000000 {
104 status = "okay";
105 };
106
107 wdt@fc880000 {
108 status = "okay";
109 };
110 };
111 };
112};