&i2c1 { status = "okay"; clock-frequency = <400000>; adv7611: adv7611@4c { compatible = "adi,adv7611"; reg = <0x4c>; #address-cells = <1>; #size-cells = <0>; //reset-gpios = <&ioexp 0 GPIO_ACTIVE_LOW>; //hpd-gpios = <&ioexp 2 GPIO_ACTIVE_HIGH>; port@1 { adv7611_out: endpoint@0 { remote-endpoint = <&vin4b>; //hsync-active = <1>; //vsync-active = <1>; pclk-sample = <1>; bus-width = <8>; channels = <0>; }; }; }; }; video_in4B: &vin4b { status = "okay"; endpoint@0 { slave-mode; remote-endpoint = <&adv7611_out>; }; };