]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/boot/dts/spear310-evb.dts
SPEAr: Remove existing padmux support for SPEAr
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / spear310-evb.dts
CommitLineData
c5fa4fdc
VK
1/*
2 * DTS file for SPEAr310 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/ "spear310.dtsi"
16
17/ {
18 model = "ST SPEAr310 Evaluation Board";
19 compatible = "st,spear310-evb", "st,spear310";
20 #address-cells = <1>;
21 #size-cells = <1>;
22
23 memory {
24 reg = <0 0x40000000>;
25 };
26
27 ahb {
0b7ee717
VK
28 dma@fc400000 {
29 status = "okay";
30 };
31
c5fa4fdc
VK
32 fsmc: flash@44000000 {
33 status = "okay";
34 };
35
36 gmac: eth@e0800000 {
37 status = "okay";
38 };
39
40 smi: flash@fc000000 {
41 status = "okay";
42 clock-rate=<50000000>;
43
44 flash@f8000000 {
45 label = "m25p64";
46 reg = <0xf8000000 0x800000>;
47 #address-cells = <1>;
48 #size-cells = <1>;
49 st,smi-fast-mode;
50 };
51 };
52
53 spi0: spi@d0100000 {
54 status = "okay";
55 };
56
57 ehci@e1800000 {
58 status = "okay";
59 };
60
61 ohci@e1900000 {
62 status = "okay";
63 };
64
65 ohci@e2100000 {
66 status = "okay";
67 };
68
69 apb {
70 gpio0: gpio@fc980000 {
71 status = "okay";
72 };
73
74 i2c0: i2c@d0180000 {
75 status = "okay";
76 };
77
78 rtc@fc900000 {
79 status = "okay";
80 };
81
82 serial@d0000000 {
83 status = "okay";
84 };
85
86 serial@b2000000 {
87 status = "okay";
88 };
89
90 serial@b2080000 {
91 status = "okay";
92 };
93
94 serial@b2100000 {
95 status = "okay";
96 };
97
98 serial@b2180000 {
99 status = "okay";
100 };
101
102 serial@b2200000 {
103 status = "okay";
104 };
105
106 wdt@fc880000 {
107 status = "okay";
108 };
109 };
110 };
111};