-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
Stephen Warren
authored and
Olof Johansson
committed
Dec 8, 2011
1 parent
64f88ec
commit a7db2c1
Showing
4 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
/dts-v1/; | ||
|
||
/memreserve/ 0x1c000000 0x04000000; | ||
/include/ "tegra20.dtsi" | ||
|
||
/ { | ||
model = "Compulab TrimSlice board"; | ||
compatible = "compulab,trimslice", "nvidia,tegra20"; | ||
|
||
chosen { | ||
bootargs = "vmalloc=192M video=tegrafb console=ttyS0,115200n8 root=/dev/mmcblk0p1 rw rootwait"; | ||
}; | ||
|
||
memory@0 { | ||
reg = < 0x00000000 0x40000000 >; | ||
}; | ||
|
||
i2c@7000c000 { | ||
clock-frequency = <400000>; | ||
}; | ||
|
||
i2c@7000c400 { | ||
clock-frequency = <400000>; | ||
}; | ||
|
||
i2c@7000c500 { | ||
clock-frequency = <400000>; | ||
}; | ||
|
||
serial@70006000 { | ||
clock-frequency = < 216000000 >; | ||
}; | ||
|
||
sdhci@c8000600 { | ||
cd-gpios = <&gpio 121 0>; | ||
wp-gpios = <&gpio 122 0>; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters