]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/arm/boot/dts/tegra-trimslice.dts
arm/tegra: Add device-tree support for TrimSlice board
[mirror_ubuntu-artful-kernel.git] / arch / arm / boot / dts / tegra-trimslice.dts
CommitLineData
a7db2c15
SW
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};