79 lines
1.8 KiB
Plaintext
79 lines
1.8 KiB
Plaintext
/*
|
|
* tegra210-jetson-cv-p2597-2180-a00-imx274.dts: DTS file for Jetson CV
|
|
* to enable imx274 image sensor.
|
|
*
|
|
* Copyright (c) 2017, 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-p2597-2180-a00.dts"
|
|
#include "jetson-platforms/tegra210-jetson-cv-camera-imx274-hdmi.dtsi"
|
|
|
|
/ {
|
|
nvidia,dtsfilename = __FILE__;
|
|
|
|
host1x {
|
|
vi_base: vi {
|
|
ports {
|
|
imx274_vi_port0: port@0 {
|
|
status = "okay";
|
|
imx274_vi_in0: endpoint {
|
|
status = "okay";
|
|
};
|
|
};
|
|
itc358840_vi_port1: port@1 {
|
|
status = "okay";
|
|
tc358840_vi_in0: endpoint {
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
csi_base: nvcsi {
|
|
csi_chan0: channel@0 {
|
|
status = "okay";
|
|
ports {
|
|
csi_chan0_port0: port@0 {
|
|
status = "okay";
|
|
imx274_csi_in0: endpoint@0 {
|
|
status = "okay";
|
|
};
|
|
};
|
|
csi_chan0_port1: port@1 {
|
|
status = "okay";
|
|
imx274_csi_out0: endpoint@1 {
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
csi_chan1: channel@1 {
|
|
status = "okay";
|
|
ports {
|
|
csi_chan1_port0: port@0 {
|
|
status = "okay";
|
|
tc358840_csi_in0: endpoint@2 {
|
|
status = "okay";
|
|
};
|
|
};
|
|
csi_chan1_port1: port@1 {
|
|
status = "okay";
|
|
tc358840_csi_out0: endpoint@3 {
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|