Searched +full:r8a77965 +full:- +full:csi2 (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only4 ---5 $id: http://devicetree.org/schemas/media/renesas,csi2.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Renesas R-Car MIPI CSI-2 receiver11 - Niklas Söderlund <[email protected]>14 The R-Car CSI-2 receiver device provides MIPI CSI-2 capabilities for the15 Renesas R-Car and RZ/G2 family of devices. It is used in conjunction with the16 R-Car VIN module, which provides the video capture capabilities.21 - enum:[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car M3-N (R8A77965) SoC11 #include <dt-bindings/clock/r8a77965-cpg-mssr.h>12 #include <dt-bindings/interrupt-controller/arm-gic.h>13 #include <dt-bindings/power/r8a77965-sysc.h>18 compatible = "renesas,r8a77965";19 #address-cells = <2>;20 #size-cells = <2>;28 compatible = "fixed-clock";29 #clock-cells = <0>;[all …]
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/soc/renesas/renesas-soc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Geert Uytterhoeven <[email protected]>11 - Niklas Söderlund <[email protected]>16 renesas,SoC-IP19 renesas,r8a77965-csi228 pattern: "^renesas,.+-.+$"30 - compatible[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Driver for Renesas R-Car MIPI CSI-2 Receiver19 #include <media/mipi-csi2.h>20 #include <media/v4l2-ctrls.h>21 #include <media/v4l2-device.h>22 #include <media/v4l2-fwnode.h>23 #include <media/v4l2-mc.h>24 #include <media/v4l2-subdev.h>55 * VCDT[0-15]: Channel 0 VCDT[16-31]: Channel 156 * VCDT2[0-15]: Channel 2 VCDT2[16-31]: Channel 3[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * Driver for Renesas R-Car VIN6 * Copyright (C) 2011-2013 Renesas Solutions Corp.10 * Based on the soc-camera rcar_vin driver20 #include <media/v4l2-async.h>21 #include <media/v4l2-fwnode.h>22 #include <media/v4l2-mc.h>24 #include "rcar-vin.h"27 * The companion CSI-2 receiver driver (rcar-csi2) is known29 * pads (pad 1-4). So to translate a pad on the remote[all …]