Searched +full:vin +full:- +full:r8a7795 (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only4 ---5 $id: http://devicetree.org/schemas/media/renesas,vin.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Renesas R-Car Video Input (VIN)11 - Niklas Söderlund <niklas.soderlund@ragnatech.se>14 The R-Car Video Input (VIN) device provides video input capabilities for the15 Renesas R-Car family of devices.17 Each VIN instance has a single parallel input that supports RGB and YUV video,19 Depending on the instance the VIN input is connected to external SoC pins, or[all …]
1 # SPDX-License-Identifier: GPL-2.0-only4 ---6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Renesas R-Car MIPI CSI-2 receiver11 - Niklas Söderlund <niklas.soderlund@ragnatech.se>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:22 - renesas,r8a774a1-csi2 # RZ/G2M[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car H3 (R8A77951) SoC8 #include <dt-bindings/clock/r8a7795-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/r8a7795-sysc.h>15 compatible = "renesas,r8a7795";16 #address-cells = <2>;17 #size-cells = <2>;36 compatible = "fixed-clock";37 #clock-cells = <0>;[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 driver22 #include <media/v4l2-async.h>23 #include <media/v4l2-fwnode.h>24 #include <media/v4l2-mc.h>26 #include "rcar-vin.h"29 * The companion CSI-2 receiver driver (rcar-csi2) is known31 * pads (pad 1-4). So to translate a pad on the remote[all …]