Hi Konrad,
On 1/22/2026 9:44 PM, Konrad Dybcio wrote:
On 1/22/26 11:48 AM, Wenmeng Liu wrote:
quoted
Enable IMX577 via CCI on Taloss EVK Core Kit.
The Talos EVK board does not include a camera sensor
by default, this DTSO has enabled the Arducam 12.3MP
IMX577 Mini Camera Module on the CSI-1 interface.
Reviewed-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
Signed-off-by: Wenmeng Liu <redacted>
---
[...]
quoted
+&cci_i2c1 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ camera@1a {
+ compatible = "sony,imx577";
+ reg = <0x1a>;
+
+ reset-gpios = <&tlmm 29 GPIO_ACTIVE_LOW>;
Let's define the pin settings for the reset pin too, otherwise lgtm
The reset pin on the Talos EVK board is different from the default. Do
you recommend that I define the reset pin's pinctrl in the Talos EVK
board's DTS?
Thanks,
Wenmeng