Dear Jerry,
Thanks for your reply, in the dts my setting is 0x02d0(720), it’s so strange that is changed to 0x02cf.
I attached the dts file as below.
active_w = "1280";
active_h = "720";
pixel_t = "bayer_uyvy";
readout_orientation = "90";
line_length = "3960";
root@tegra-ubuntu:/home/nvidia# v4l2-ctl --list-formats-ext -d /dev/video0
ioctl: VIDIOC_ENUM_FMT
Index : 0
Type : Video Capture
Pixel Format: 'UYVY'
Name : UYVY 4:2:2
Size: Discrete 1280x720
Interval: Discrete 0.033s (30.000 fps)
Size: Discrete 1920x1080
Interval: Discrete 0.033s (30.000 fps)
This attached file is the dts setting of my project
/*
* Copyright (c) 2015-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; either version 2 of the License, or
* (at your option) any later version.
*
* 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.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/ {
host1x {
vi@15700000 {
num-channels = <6>;
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
a305_vi_in0: endpoint {
csi-port = <0>;
bus-width = <2>;
remote-endpoint = <&a305_csi_out0>;
};
};
port@1 {
reg = <1>;
a305_vi_in1: endpoint {
csi-port = <1>;
bus-width = <2>;
remote-endpoint = <&a305_csi_out1>;
};
};
port@2 {
reg = <2>;
a305_vi_in2: endpoint {
csi-port = <2>;
bus-width = <2>;
remote-endpoint = <&a305_csi_out2>;
};
};
port@3 {
reg = <3>;
a305_vi_in3: endpoint {
csi-port = <3>;
bus-width = <2>;
remote-endpoint = <&a305_csi_out3>;
};
};
port@4 {
reg = <4>;
a305_vi_in4: endpoint {
csi-port = <4>;
bus-width = <2>;
remote-endpoint = <&a305_csi_out4>;
};
};
port@5 {
reg = <5>;
a305_vi_in5: endpoint {
csi-port = <5>;
bus-width = <2>;
remote-endpoint = <&a305_csi_out5>;
};
};
};
};
nvcsi@150c0000 {
num-channels = <6>;
channel@0 {
reg = <0>;
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
a305_csi_in0: endpoint@0 {
csi-port = <0>;
bus-width = <2>;
remote-endpoint = <&a305_pr2000k_out0>;
};
};
port@1 {
reg = <1>;
a305_csi_out0: endpoint@1 {
remote-endpoint = <&a305_vi_in0>;
};
};
};
};
channel@1 {
reg = <1>;
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
a305_csi_in1: endpoint@2 {
csi-port = <1>;
bus-width = <2>;
remote-endpoint = <&a305_pr2000k_out1>;
};
};
port@1 {
reg = <1>;
a305_csi_out1: endpoint@3 {
remote-endpoint = <&a305_vi_in1>;
};
};
};
};
channel@2 {
reg = <2>;
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
a305_csi_in2: endpoint@4 {
csi-port = <2>;
bus-width = <2>;
remote-endpoint = <&a305_pr2000k_out2>;
};
};
port@1 {
reg = <1>;
a305_csi_out2: endpoint@5 {
remote-endpoint = <&a305_vi_in2>;
};
};
};
};
channel@3 {
reg = <3>;
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
a305_csi_in3: endpoint@6 {
csi-port = <3>;
bus-width = <2>;
remote-endpoint = <&a305_pr2000k_out3>;
};
};
port@1 {
reg = <1>;
a305_csi_out3: endpoint@7 {
remote-endpoint = <&a305_vi_in3>;
};
};
};
};
channel@4 {
reg = <4>;
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
a305_csi_in4: endpoint@8 {
csi-port = <4>;
bus-width = <2>;
remote-endpoint = <&a305_pr2000k_out4>;
};
};
port@1 {
reg = <1>;
a305_csi_out4: endpoint@9 {
remote-endpoint = <&a305_vi_in4>;
};
};
};
};
channel@5 {
reg = <5>;
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
a305_csi_in5: endpoint@10 {
csi-port = <5>;
bus-width = <2>;
remote-endpoint = <&a305_pr2000k_out5>;
};
};
port@1 {
reg = <1>;
a305_csi_out5: endpoint@11 {
remote-endpoint = <&a305_vi_in5>;
};
};
};
};
};
};
i2c@3180000 {
tca9548@70 {
i2c@0 {
pr2000k_a@5c {
compatible = "nvidia,pr2000k";
reg = <0x5c>;
devnode = "video0";
/* Physical dimensions of sensor */
physical_w = "3.674";
physical_h = "2.738";
/* Define any required hw resources needed by driver */
/* ie. clocks, io pins, power sources */
/* avdd-reg = "vana"; */
/* iovdd-reg = "vif"; */
mode0 { //PR2000K_YUV_MODE_1280X720
mclk_khz = "24000";
num_lanes = "2";
tegra_sinterface = "serial_a";
discontinuous_clk = "no";
dpcm_enable = "false";
cil_settletime = "0";
/*
148500000 = Pixel clock: 3960(line)x750(height)x8(bit)x25(fps)/2(Dual)/2(2lane)
*/
active_w = "1280";
active_h = "720";
pixel_t = "bayer_uyvy";
readout_orientation = "90";
line_length = "3960";
inherent_gain = "1";
mclk_multiplier = "6.67";
pix_clk_hz = "160000000";
min_gain_val = "1.0";
max_gain_val = "16";
min_hdr_ratio = "1";
max_hdr_ratio = "64";
min_framerate = "2.787078";
max_framerate = "30";
min_exp_time = "22";
max_exp_time = "358733";
};
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
a305_pr2000k_out0: endpoint {
csi-port = <0>;
bus-width = <2>;
remote-endpoint = <&a305_csi_in0>;
};
};
};
};
};
i2c@1 {
pr2000k_b@5c {
compatible = "nvidia,pr2000k";
reg = <0x5c>;
devnode = "video1";
/* Physical dimensions of sensor */
physical_w = "3.674";
physical_h = "2.738";
/* Define any required hw resources needed by driver */
/* ie. clocks, io pins, power sources */
/* avdd-reg = "vana"; */
/* iovdd-reg = "vif"; */
mode0 { //PR2000K_YUV_MODE_1280X720
mclk_khz = "24000";
num_lanes = "2";
tegra_sinterface = "serial_b";
discontinuous_clk = "no";
dpcm_enable = "false";
cil_settletime = "0";
/*
148500000 = Pixel clock: 3960(line)x750(height)x8(bit)x25(fps)/2(Dual)/2(2lane)
*/
active_w = "1280";
active_h = "720";
pixel_t = "bayer_uyvy";
readout_orientation = "90";
line_length = "3960";
inherent_gain = "1";
mclk_multiplier = "6.67";
pix_clk_hz = "160000000";
min_gain_val = "1.0";
max_gain_val = "16";
min_hdr_ratio = "1";
max_hdr_ratio = "64";
min_framerate = "2.787078";
max_framerate = "30";
min_exp_time = "22";
max_exp_time = "358733";
};
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
a305_pr2000k_out1: endpoint {
csi-port = <1>;
bus-width = <2>;
remote-endpoint = <&a305_csi_in1>;
};
};
};
};
};
i2c@2 {
pr2000k_c@5c {
compatible = "nvidia,pr2000k";
reg = <0x5c>;
devnode = "video2";
/* Physical dimensions of sensor */
physical_w = "3.674";
physical_h = "2.738";
/* Define any required hw resources needed by driver */
/* ie. clocks, io pins, power sources */
/* avdd-reg = "vana"; */
/* iovdd-reg = "vif"; */
mode0 { //PR2000K_YUV_MODE_1280X720
mclk_khz = "24000";
num_lanes = "2";
tegra_sinterface = "serial_c";
discontinuous_clk = "no";
dpcm_enable = "false";
cil_settletime = "0";
/*
148500000 = Pixel clock: 3960(line)x750(height)x8(bit)x25(fps)/2(Dual)/2(2lane)
*/
active_w = "1280";
active_h = "720";
pixel_t = "bayer_uyvy";
readout_orientation = "90";
line_length = "3960";
inherent_gain = "1";
mclk_multiplier = "6.67";
pix_clk_hz = "160000000";
min_gain_val = "1.0";
max_gain_val = "16";
min_hdr_ratio = "1";
max_hdr_ratio = "64";
min_framerate = "2.787078";
max_framerate = "30";
min_exp_time = "22";
max_exp_time = "358733";
};
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
a305_pr2000k_out2: endpoint {
csi-port = <2>;
bus-width = <2>;
remote-endpoint = <&a305_csi_in2>;
};
};
};
};
};
i2c@3 {
pr2000k_d@5c {
compatible = "nvidia,pr2000k";
reg = <0x5c>;
devnode = "video3";
/* Physical dimensions of sensor */
physical_w = "3.674";
physical_h = "2.738";
/* Define any required hw resources needed by driver */
/* ie. clocks, io pins, power sources */
/* avdd-reg = "vana"; */
/* iovdd-reg = "vif"; */
mode0 { //PR2000K_YUV_MODE_1280X720
mclk_khz = "24000";
num_lanes = "2";
tegra_sinterface = "serial_d";
discontinuous_clk = "no";
dpcm_enable = "false";
cil_settletime = "0";
/*
148500000 = Pixel clock: 3960(line)x750(height)x8(bit)x25(fps)/2(Dual)/2(2lane)
*/
active_w = "1280";
active_h = "720";
pixel_t = "bayer_uyvy";
readout_orientation = "90";
line_length = "3960";
inherent_gain = "1";
mclk_multiplier = "6.67";
pix_clk_hz = "160000000";
min_gain_val = "1.0";
max_gain_val = "16";
min_hdr_ratio = "1";
max_hdr_ratio = "64";
min_framerate = "2.787078";
max_framerate = "30";
min_exp_time = "22";
max_exp_time = "358733";
};
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
a305_pr2000k_out3: endpoint {
csi-port = <3>;
bus-width = <2>;
remote-endpoint = <&a305_csi_in3>;
};
};
};
};
};
i2c@4 {
pr2000k_e@5c {
compatible = "nvidia,pr2000k";
reg = <0x5c>;
devnode = "video4";
/* Physical dimensions of sensor */
physical_w = "3.674";
physical_h = "2.738";
/* Define any required hw resources needed by driver */
/* ie. clocks, io pins, power sources */
/* avdd-reg = "vana"; */
/* iovdd-reg = "vif"; */
mode0 { //PR2000K_YUV_MODE_1280X720
mclk_khz = "24000";
num_lanes = "2";
tegra_sinterface = "serial_e";
discontinuous_clk = "no";
dpcm_enable = "false";
cil_settletime = "0";
/*
148500000 = Pixel clock: 3960(line)x750(height)x8(bit)x25(fps)/2(Dual)/2(2lane)
*/
active_w = "1280";
active_h = "720";
pixel_t = "bayer_uyvy";
readout_orientation = "90";
line_length = "3960";
inherent_gain = "1";
mclk_multiplier = "6.67";
pix_clk_hz = "160000000";
min_gain_val = "1.0";
max_gain_val = "16";
min_hdr_ratio = "1";
max_hdr_ratio = "64";
min_framerate = "2.787078";
max_framerate = "30";
min_exp_time = "22";
max_exp_time = "358733";
};
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
a305_pr2000k_out4: endpoint {
csi-port = <4>;
bus-width = <2>;
remote-endpoint = <&a305_csi_in4>;
};
};
};
};
};
i2c@5 {
pr2000k_f@5c {
compatible = "nvidia,pr2000k";
reg = <0x5c>;
devnode = "video5";
/* Physical dimensions of sensor */
physical_w = "3.674";
physical_h = "2.738";
/* Define any required hw resources needed by driver */
/* ie. clocks, io pins, power sources */
/* avdd-reg = "vana"; */
/* iovdd-reg = "vif"; */
mode0 { //PR2000K_YUV_MODE_1280X720
mclk_khz = "24000";
num_lanes = "2";
tegra_sinterface = "serial_f";
discontinuous_clk = "no";
dpcm_enable = "false";
cil_settletime = "0";
/*
148500000 = Pixel clock: 3960(line)x750(height)x8(bit)x25(fps)/2(Dual)/2(2lane)
*/
active_w = "1280";
active_h = "720";
pixel_t = "bayer_uyvy";
readout_orientation = "90";
line_length = "3960";
inherent_gain = "1";
mclk_multiplier = "6.67";
pix_clk_hz = "160000000";
min_gain_val = "1.0";
max_gain_val = "16";
min_hdr_ratio = "1";
max_hdr_ratio = "64";
min_framerate = "2.787078";
max_framerate = "30";
min_exp_time = "22";
max_exp_time = "358733";
};
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
a305_pr2000k_out5: endpoint {
csi-port = <5>;
bus-width = <2>;
remote-endpoint = <&a305_csi_in5>;
};
};
};
};
};
};
};
a305_lens_pr2000k@P5V27C {
min_focus_distance = "0.0";
hyper_focal = "0.0";
focal_length = "2.67";
f_number = "2.0";
aperture = "2.0";
};
tegra-camera-platform {
compatible = "nvidia, tegra-camera-platform";
/**
* Physical settings to calculate max ISO BW
*
* num_csi_lanes = <>;
* Total number of CSI lanes when all cameras are active
*
* max_lane_speed = <>;
* Max lane speed in Kbit/s
*
* min_bits_per_pixel = <>;
* Min bits per pixel
*
* vi_peak_byte_per_pixel = <>;
* Max byte per pixel for the VI ISO case
*
* vi_bw_margin_pct = <>;
* Vi bandwidth margin in percentage
*
* max_pixel_rate = <>;
* Max pixel rate in Kpixel/s for the ISP ISO case
* Set this to the highest pix_clk_hz out of all available modes.
*
* isp_peak_byte_per_pixel = <>;
* Max byte per pixel for the ISP ISO case
*
* isp_bw_margin_pct = <>;
* Isp bandwidth margin in percentage
*/
num_csi_lanes = <12>;
max_lane_speed = <1500000>;
min_bits_per_pixel = <10>;
vi_peak_byte_per_pixel = <2>;
vi_bw_margin_pct = <25>;
max_pixel_rate = <200000>;
isp_peak_byte_per_pixel = <5>;
isp_bw_margin_pct = <25>;
/**
* The general guideline for naming badge_info contains 3 parts, and is as follows,
* The first part is the camera_board_id for the module; if the module is in a FFD
* platform, then use the platform name for this part.
* The second part contains the position of the module, ex. “rear” or “front”.
* The third part contains the last 6 characters of a part number which is found
* in the module's specsheet from the vender.
*/
modules {
module0 {
badge = "a305_bottomleft_P5V27C";
position = "bottomleft";
orientation = "1";
drivernode0 {
pcl_id = "v4l2_sensor";
devname = "pr2000k 30-005c";
proc-device-tree = "/proc/device-tree/i2c@3180000/tca9548@70/i2c@0/pr2000k_a@5c";
};
drivernode1 {
pcl_id = "v4l2_lens";
proc-device-tree = "/proc/device-tree/a305_lens_pr2000k@P5V27C/";
};
};
module1 {
badge = "a305_centerleft_P5V27C";
position = "centerleft";
orientation = "1";
drivernode0 {
pcl_id = "v4l2_sensor";
devname = "pr2000k 31-005c";
proc-device-tree = "/proc/device-tree/i2c@3180000/tca9548@70/i2c@1/pr2000k_b@5c";
};
drivernode1 {
pcl_id = "v4l2_lens";
proc-device-tree = "/proc/device-tree/a305_lens_pr2000k@P5V27C/";
};
};
module2 {
badge = "a305_centerright_P5V27C";
position = "centerright";
orientation = "1";
drivernode0 {
pcl_id = "v4l2_sensor";
devname = "pr2000k 32-005c";
proc-device-tree = "/proc/device-tree/i2c@3180000/tca9548@70/i2c@2/pr2000k_c@5c";
};
drivernode1 {
pcl_id = "v4l2_lens";
proc-device-tree = "/proc/device-tree/a305_lens_pr2000k@P5V27C/";
};
};
module3 {
badge = "a305_topleft_P5V27C";
position = "topleft";
orientation = "1";
drivernode0 {
pcl_id = "v4l2_sensor";
devname = "pr2000k 33-005c";
proc-device-tree = "/proc/device-tree/i2c@3180000/tca9548@70/i2c@3/pr2000k_d@5c";
};
drivernode1 {
pcl_id = "v4l2_lens";
proc-device-tree = "/proc/device-tree/a305_lens_pr2000k@P5V27C/";
};
};
module4 {
badge = "a305_bottomright_P5V27C";
position = "bottomright";
orientation = "1";
drivernode0 {
pcl_id = "v4l2_sensor";
devname = "pr2000k 34-005c";
proc-device-tree = "/proc/device-tree/i2c@3180000/tca9548@70/i2c@4/pr2000k_d@5c";
};
drivernode1 {
pcl_id = "v4l2_lens";
proc-device-tree = "/proc/device-tree/a305_lens_pr2000k@P5V27C/";
};
};
module5 {
badge = "a305_topright_P5V27C";
position = "topright";
orientation = "1";
drivernode0 {
pcl_id = "v4l2_sensor";
devname = "pr2000k 35-005c";
proc-device-tree = "/proc/device-tree/i2c@3180000/tca9548@70/i2c@5/pr2000k_e@5c";
};
drivernode1 {
pcl_id = "v4l2_lens";
proc-device-tree = "/proc/device-tree/a305_lens_pr2000k@P5V27C/";
};
};
};
};
};