Searched +full:gpio +full:- +full:poc (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 ---6 $schema: http://devicetree.org/meta-schemas/core.yaml#11 - Jacopo Mondi <jacopo+renesas@jmondi.org>12 - Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>13 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>14 - Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>18 Serial Links (GMSL) and outputs them on a CSI-2 D-PHY port using up to 4 data28 '#address-cells':31 '#size-cells':[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 ---6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Maxim MAX96714 GMSL2 to CSI-2 Deserializer11 - Julien Massot <julien.massot@collabora.com>15 CSI-2 D-PHY formatted output. The device allows the GMSL2 link to16 simultaneously transmit bidirectional control-channel data while forward18 remotely located serializer using industry-standard coax or STP30 - const: maxim,max96714f31 - items:[all …]
1 // SPDX-License-Identifier: GPL-2.011 #include <linux/gpio/consumer.h>13 #include <linux/i2c-mux.h>18 #include <media/v4l2-cci.h>19 #include <media/v4l2-ctrls.h>20 #include <media/v4l2-fwnode.h>21 #include <media/v4l2-subdev.h>96 struct regulator *poc; member126 return cci_update_bits(priv->regmap, MAX96714_MIPI_STDBY_N, in max96714_enable_tx_port()133 return cci_update_bits(priv->regmap, MAX96714_MIPI_STDBY_N, in max96714_disable_tx_port()[all …]
1 // SPDX-License-Identifier: GPL-2.0+5 * Copyright (C) 2017-2019 Jacopo Mondi6 * Copyright (C) 2017-2019 Kieran Bingham7 * Copyright (C) 2017-2019 Laurent Pinchart8 * Copyright (C) 2017-2019 Niklas Söderlund16 #include <linux/gpio/consumer.h>17 #include <linux/gpio/driver.h>18 #include <linux/gpio/machine.h>20 #include <linux/i2c-mux.h>26 #include <media/v4l2-async.h>[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the Condor board with R-Car V3H8 #include <dt-bindings/gpio/gpio.h>23 stdout-path = "serial0:115200n8";27 d1_8v: regulator-2 {28 compatible = "regulator-fixed";29 regulator-name = "D1.8V";30 regulator-min-microvolt = <1800000>;31 regulator-max-microvolt = <1800000>;32 regulator-boot-on;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the Eagle board with R-Car V3M5 * Copyright (C) 2016-2017 Renesas Electronics Corp.9 /dts-v1/;11 #include <dt-bindings/gpio/gpio.h>29 stdout-path = "serial0:115200n8";32 d1p8: regulator-fixed {33 compatible = "regulator-fixed";34 regulator-name = "fixed-1.8V";35 regulator-min-microvolt = <1800000>;[all …]