aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2011-10-24 22:01:28 -0400
committerOlof Johansson <olof@lixom.net>2011-12-07 23:47:49 -0500
commita7db2c15938668999d4ceb1caec3723d88e38c80 (patch)
tree1b049b6eb5361b5037bb03ab4b8e7a4ef6e4040f /arch/arm/boot
parent64f88ec3957b8e448e377231d177260ebfda71a2 (diff)
arm/tegra: Add device-tree support for TrimSlice board
* Add device-tree file for TrimSlice * Add that to the list of .dts files to build * Update board-dt.c to recognize TrimSlice board name v2: Makefile: Add board-trimslice-pinmux.c to obj-$(CONFIG_MACH_TEGRA_DT). v3: Makefile: Use brackets not braces around var names Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/tegra-trimslice.dts38
1 files changed, 38 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra-trimslice.dts b/arch/arm/boot/dts/tegra-trimslice.dts
new file mode 100644
index 000000000000..d3d0d205a474
--- /dev/null
+++ b/arch/arm/boot/dts/tegra-trimslice.dts
@@ -0,0 +1,38 @@
1/dts-v1/;
2
3/memreserve/ 0x1c000000 0x04000000;
4/include/ "tegra20.dtsi"
5
6/ {
7 model = "Compulab TrimSlice board";
8 compatible = "compulab,trimslice", "nvidia,tegra20";
9
10 chosen {
11 bootargs = "vmalloc=192M video=tegrafb console=ttyS0,115200n8 root=/dev/mmcblk0p1 rw rootwait";
12 };
13
14 memory@0 {
15 reg = < 0x00000000 0x40000000 >;
16 };
17
18 i2c@7000c000 {
19 clock-frequency = <400000>;
20 };
21
22 i2c@7000c400 {
23 clock-frequency = <400000>;
24 };
25
26 i2c@7000c500 {
27 clock-frequency = <400000>;
28 };
29
30 serial@70006000 {
31 clock-frequency = < 216000000 >;
32 };
33
34 sdhci@c8000600 {
35 cd-gpios = <&gpio 121 0>;
36 wp-gpios = <&gpio 122 0>;
37 };
38};