嵌入式爱好者

查看: 227|回复: 0

[技术分享] 芯驰D9-Pro开发板OK-D9360-C的多路AHD摄像头实现

[复制链接]

6

主题

17

帖子

80

积分

A40i/T3/T507/T527通行证i.MX8MM通行证i.MX8MP通行证RK3568通行证RK3588通行证G2L通行证i.MX9352通行证2K0500通行证JH7110通行证D9360通行证RK3576通行证

扫一扫,手机访问本帖
发表于 2024-12-3 17:50:07 | 显示全部楼层 |阅读模式
OK-D9360-C开发板支持2路MIPI-CSI接口,可以实现8個1080P AHD 摄像头接入。
已经研制可用的器件有NEXTCHIP N4、NEXTCHIP NVP6188等常用AHD转MIPI CSI芯片。
软件上需要修改内核dts文件,增加驱动程序。
&csimipi1 {
        status = "okay";
        lanerate = <1200000000>;
        hsa = <10>;
        hbp = <20>;
        hsd = <0x60>;
        output-type = <0x1e>;

        ports {
                #address-cells = <1>;
                #size-cells = <0>;

                port@0 {
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <0>;
                        csimipi1_0_in: endpoint@0 {
                                remote-endpoint = <&cam1_to_mipi_0>;
                                reg = <0>;
                        };
                        csimipi1_0_out: endpoint@1 {
                                remote-endpoint = <&csi1_stream0_in>;
                                reg = <0>;
                        };
                };
                port@1 {
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <1>;
                        csimipi1_1_in: endpoint@0 {
                                remote-endpoint = <&cam1_to_mipi_1>;
                                reg = <1>;
                        };
                        csimipi1_1_out: endpoint@1 {
                                remote-endpoint = <&csi1_stream1_in>;
                                reg = <1>;
                        };
                };
                port@2 {
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <2>;
                        csimipi1_2_in: endpoint@0 {
                                remote-endpoint = <&cam1_to_mipi_2>;
                                reg = <2>;
                        };
                        csimipi1_2_out: endpoint@1 {
                                remote-endpoint = <&csi1_stream2_in>;
                                reg = <2>;
                        };
                };
                port@3 {
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <3>;
                        csimipi1_3_in: endpoint@0 {
                                remote-endpoint = <&cam1_to_mipi_3>;
                                reg = <3>;
                        };
                        csimipi1_3_out: endpoint@1 {
                                remote-endpoint = <&csi1_stream3_in>;
                                reg = <3>;
                        };
                };
        };
};&#8203;
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋| 飞凌嵌入式 ( 冀ICP备12004394号-1 )

GMT+8, 2024-12-22 11:00

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表