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.dts108
1 files changed, 108 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..5681a974d9d5
--- /dev/null
+++ b/arch/arm/boot/dts/spear320-evb.dts
@@ -0,0 +1,108 @@
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 fsmc: flash@4c000000 {
33 status = "okay";
34 };
35
36 gmac: eth@e0800000 {
37 status = "okay";
38 };
39
40 sdhci@70000000 {
41 power-gpio = <&gpio0 2 1>;
42 power_always_enb;
43 status = "okay";
44 };
45
46 smi: flash@fc000000 {
47 status = "okay";
48 };
49
50 spi0: spi@d0100000 {
51 status = "okay";
52 };
53
54 spi1: spi@a5000000 {
55 status = "okay";
56 };
57
58 spi2: spi@a6000000 {
59 status = "okay";
60 };
61
62 ehci@e1800000 {
63 status = "okay";
64 };
65
66 ohci@e1900000 {
67 status = "okay";
68 };
69
70 ohci@e2100000 {
71 status = "okay";
72 };
73
74 apb {
75 gpio0: gpio@fc980000 {
76 status = "okay";
77 };
78
79 i2c0: i2c@d0180000 {
80 status = "okay";
81 };
82
83 i2c1: i2c@a7000000 {
84 status = "okay";
85 };
86
87 rtc@fc900000 {
88 status = "okay";
89 };
90
91 serial@d0000000 {
92 status = "okay";
93 };
94
95 serial@a3000000 {
96 status = "okay";
97 };
98
99 serial@a4000000 {
100 status = "okay";
101 };
102
103 wdt@fc880000 {
104 status = "okay";
105 };
106 };
107 };
108};