Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355588
b: refs/heads/master
c: a71c03e
h: refs/heads/master
v: v3
  • Loading branch information
Hiroshi Doyu authored and Stephen Warren committed Jan 28, 2013
1 parent 0b42c02 commit dad1880
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 18a4df70511a5591de3ffe532495d59ee1bf470c
refs/heads/master: a71c03e7fd6a4027f750e2951830669244a8dad6
3 changes: 2 additions & 1 deletion trunk/arch/arm/boot/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ dtb-$(CONFIG_ARCH_TEGRA) += tegra20-harmony.dtb \
tegra20-ventana.dtb \
tegra20-whistler.dtb \
tegra30-cardhu-a02.dtb \
tegra30-cardhu-a04.dtb
tegra30-cardhu-a04.dtb \
tegra114-dalmore.dtb
dtb-$(CONFIG_ARCH_VEXPRESS) += vexpress-v2p-ca5s.dtb \
vexpress-v2p-ca9.dtb \
vexpress-v2p-ca15-tc1.dtb \
Expand Down
21 changes: 21 additions & 0 deletions trunk/arch/arm/boot/dts/tegra114-dalmore.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/dts-v1/;

/include/ "tegra114.dtsi"

/ {
model = "NVIDIA Tegra114 Dalmore evaluation board";
compatible = "nvidia,dalmore", "nvidia,tegra114";

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

serial@70006300 {
status = "okay";
clock-frequency = <408000000>;
};

pmc {
nvidia,invert-interrupt;
};
};

0 comments on commit dad1880

Please sign in to comment.