Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281661
b: refs/heads/master
c: 64c4e9f
h: refs/heads/master
i:
  281659: 97d576a
v: v3
  • Loading branch information
Peter De Schrijver authored and Olof Johansson committed Dec 18, 2011
1 parent 5cf0fd4 commit 63aab50
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 44107d8b7e7ea3e24bebed565f03befd61caf426
refs/heads/master: 64c4e9f8988e6974ee7cae569fa500e7e673837b
36 changes: 36 additions & 0 deletions trunk/arch/arm/boot/dts/tegra-cardhu.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
/dts-v1/;

/include/ "tegra30.dtsi"

/ {
model = "NVIDIA Tegra30 Cardhu evaluation board";
compatible = "nvidia,cardhu", "nvidia,tegra30";

memory {
reg = < 0x80000000 0x40000000 >;
};

serial@70006000 {
clock-frequency = < 408000000 >;
};

i2c@7000c000 {
clock-frequency = <100000>;
};

i2c@7000c400 {
clock-frequency = <100000>;
};

i2c@7000c500 {
clock-frequency = <100000>;
};

i2c@7000c700 {
clock-frequency = <100000>;
};

i2c@7000d000 {
clock-frequency = <100000>;
};
};
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-tegra/Makefile.boot
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ dtb-$(CONFIG_MACH_PAZ00) += tegra-paz00.dtb
dtb-$(CONFIG_MACH_SEABOARD) += tegra-seaboard.dtb
dtb-$(CONFIG_MACH_TRIMSLICE) += tegra-trimslice.dtb
dtb-$(CONFIG_MACH_VENTANA) += tegra-ventana.dtb
dtb-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra-cardhu.dtb
1 change: 1 addition & 0 deletions trunk/arch/arm/mach-tegra/board-dt-tegra30.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ static void __init tegra30_dt_init(void)
}

static const char *tegra30_dt_board_compat[] = {
"nvidia,cardhu",
NULL
};

Expand Down

0 comments on commit 63aab50

Please sign in to comment.