Template:Jetson Camera Drivers - Fixed V4L2 Video Devices-Template1

From RidgeRun Developer Wiki
/ {
    ....
    host1x {
        /* VI Setup */
        vi@15700000 {
            ports {
                port@0 {
                    reg = <0>;
                    camera_vi_in0: endpoint {
                        devnode = "video1"; /* V4L2 Device name as preferred by the user */
                        port-index = <4>;
                        vc-id = <0>;
                        bus-width = <4>;
                        remote-endpoint = <&camera_csi_out0>;
                    };
                };
             ....