forked from rrcarlosr/Jetpack
26 lines
944 B
Plaintext
26 lines
944 B
Plaintext
/*
|
|
* Top level DTS file for CVM:P3668-0001 and CVB:P3509-0000.
|
|
*
|
|
* Copyright (c) 2019-2020, 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.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "common/tegra194-p3668-common.dtsi"
|
|
#include "common/tegra194-p3509-0000-a00.dtsi"
|
|
|
|
/ {
|
|
nvidia,dtsfilename = __FILE__;
|
|
nvidia,dtbbuildtime = __DATE__, __TIME__;
|
|
|
|
compatible = "nvidia,p3449-0000+p3668-0000", "nvidia,p3449-0000+p3668-0001", "nvidia,p3509-0000+p3668-0000", "nvidia,p3509-0000+p3668-0001", "nvidia,tegra194";
|
|
};
|