mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00

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>
22 lines
312 B
Plaintext
22 lines
312 B
Plaintext
/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;
|
|
};
|
|
};
|