Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a71c03e7 authored by Hiroshi Doyu's avatar Hiroshi Doyu Committed by Stephen Warren
Browse files

ARM: dt: tegra114: Add new board, Dalmore



Add a new evaluation board, Dalmore for Tegra 114 family.

Signed-off-by: default avatarHiroshi Doyu <hdoyu@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 18a4df70
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 \
+21 −0
Original line number Diff line number Diff line
/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;
	};
};