42 lines
1.2 KiB
Plaintext
42 lines
1.2 KiB
Plaintext
/*
|
|
* arch/arm64/boot/dts/tegra210-jetson-cv-p2597-2180-a00.dts
|
|
*
|
|
* Copyright (c) 2015-2018, NVIDIA CORPORATION. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; version 2 of the License.
|
|
*
|
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
|
* more details.
|
|
*
|
|
*/
|
|
|
|
#include "tegra210-jetson-cv-base-p2597-2180-a00.dts"
|
|
#include "tegra210-soc/tegra210-modem-common.dtsi"
|
|
#include "jetson-platforms/tegra210-jetson-cv-shim-p2597-2180-a00.dtsi"
|
|
|
|
/ {
|
|
model = "jetson_cv";
|
|
compatible = "nvidia,jetson-cv", "nvidia,tegra210";
|
|
nvidia,dtsfilename = __FILE__;
|
|
|
|
#address-cells = <2>;
|
|
#size-cells = <2>;
|
|
|
|
chosen {
|
|
fastboot-instructions = "Press <PWR> to select, <VOL D/REC> for selection move\n";
|
|
bootargs = "earlycon=uart8250,mmio32,0x70006000";
|
|
stdout-path = &uarta;
|
|
};
|
|
|
|
firmware {
|
|
android {
|
|
compatible = "android,firmware";
|
|
hardware = "jetson_cv";
|
|
};
|
|
};
|
|
};
|