diff options
author | Hiroshi Doyu <hdoyu@nvidia.com> | 2013-01-24 01:10:24 +0000 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-01-28 11:23:08 -0700 |
commit | a71c03e7fd6a4027f750e2951830669244a8dad6 (patch) | |
tree | 4c77019e3f1a4aeac235b4ec518e8428920938c3 /arch/arm/boot/dts/tegra114-dalmore.dts | |
parent | 18a4df70511a5591de3ffe532495d59ee1bf470c (diff) | |
download | blackbird-obmc-linux-a71c03e7fd6a4027f750e2951830669244a8dad6.tar.gz blackbird-obmc-linux-a71c03e7fd6a4027f750e2951830669244a8dad6.zip |
ARM: dt: tegra114: Add new board, Dalmore
Add a new evaluation board, Dalmore for Tegra 114 family.
Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra114-dalmore.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra114-dalmore.dts | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts new file mode 100644 index 000000000000..a30aca62658a --- /dev/null +++ b/arch/arm/boot/dts/tegra114-dalmore.dts @@ -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; + }; +}; |