-
Notifications
You must be signed in to change notification settings - Fork 0
/
tegra234-p3767-camera-p3768-imx477-dual.dts
129 lines (125 loc) · 2.49 KB
/
tegra234-p3767-camera-p3768-imx477-dual.dts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
// SPDX-License-Identifier: GPL-2.0-only
/*
* Jetson Device-tree overlay for dual camera IMX477 rbpcv3 on
* dual cam connector baseboards
*
* Copyright (c) 2021-2023 NVIDIA CORPORATION. All rights reserved.
*
*/
/dts-v1/;
/plugin/;
#include <dt-common/jetson/tegra234-p3767-0000-common.h>
/ {
overlay-name = "Camera IMX477 Dual";
jetson-header-name = "Jetson 24pin CSI Connector";
compatible = JETSON_COMPATIBLE_P3768;
/* IMX477 dual sensor module */
fragment@0 {
target = <&imx477_cam0>;
__overlay__ {
status = "okay";
};
};
fragment@1 {
target = <&cam_module0>;
__overlay__ {
status = "okay";
badge = "jakku_front_RBPCV3";
position = "front";
orientation = "1";
};
};
fragment@2 {
target = <&cam_module0_drivernode0>;
__overlay__ {
status = "okay";
pcl_id = "v4l2_sensor";
devname = "imx477 9-001a";
proc-device-tree = "/proc/device-tree/cam_i2cmux/i2c@0/rbpcv3_imx477_a@1a";
};
};
fragment@3 {
target = <&imx477_cam1>;
__overlay__ {
status = "okay";
};
};
fragment@4 {
target = <&cam_module1>;
__overlay__ {
status = "okay";
badge = "jakku_rear_RBPCV3";
position = "rear";
orientation = "1";
};
};
fragment@5 {
target = <&cam_module1_drivernode0>;
__overlay__ {
status = "okay";
pcl_id = "v4l2_sensor";
devname = "imx477 10-001a";
proc-device-tree = "/proc/device-tree/cam_i2cmux/i2c@1/rbpcv3_imx477_c@1a";
};
};
fragment@6 {
target = <&imx219_cam0>;
__overlay__ {
status = "disabled";
};
};
fragment@7 {
target = <&rbpcv3_imx477_vi_in0>;
__overlay__ {
status = "okay";
port-index = <1>;
bus-width = <2>;
remote-endpoint = <&rbpcv3_imx477_csi_out0>;
};
};
fragment@8 {
target = <&rbpcv3_imx477_vi_in1>;
__overlay__ {
status = "okay";
port-index = <2>;
bus-width = <2>;
remote-endpoint = <&rbpcv3_imx477_csi_out1>;
};
};
fragment@9 {
target = <&rbpcv3_imx477_csi_in0>;
__overlay__ {
status = "okay";
port-index = <1>;
bus-width = <2>;
remote-endpoint = <&rbpcv3_imx477_out0>;
};
};
fragment@10 {
target = <&rbpcv3_imx477_csi_out0>;
__overlay__ {
status = "okay";
};
};
fragment@11 {
target = <&rbpcv3_imx477_csi_in1>;
__overlay__ {
status = "okay";
port-index = <2>;
bus-width = <2>;
remote-endpoint = <&rbpcv3_imx477_out1>;
};
};
fragment@12 {
target = <&rbpcv3_imx477_csi_out1>;
__overlay__ {
status = "okay";
};
};
fragment@13 {
target = <&imx219_cam1>;
__overlay__ {
status = "disabled";
};
};
};