Searched +full:vddmipi +full:- +full:supply (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Marco Felsch <kernel@pengutronix.de>12 description: |-13 The Toshiba TC358746 converts a parallel video stream into a MIPI CSI-214 stream. The direction can be either parallel-in -> csi-out or csi-in ->15 parallel-out The chip is programmable through I2C and SPI but the SPI16 interface is only supported in parallel-in -> csi-out mode.19 parallel-in -> csi-out path.[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (C) 2015-2016 Texas Instruments Incorporated - https://www.ti.com/6 #include "am57xx-industrial-grade.dtsi"16 stdout-path = &uart3;19 vmain: fixedregulator-vmain {20 compatible = "regulator-fixed";21 regulator-name = "VMAIN";22 regulator-min-microvolt = <5000000>;23 regulator-max-microvolt = <5000000>;24 regulator-always-on;[all …]
1 // SPDX-License-Identifier: GPL-2.02 /dts-v1/;4 #include "tegra30-asus-transformer-common.dtsi"20 remote-endpoint = <&bridge_input>;21 bus-width = <24>;36 nvidia,enable-input = <TEGRA_PIN_DISABLE>;44 nvidia,enable-input = <TEGRA_PIN_DISABLE>;52 nvidia,enable-input = <TEGRA_PIN_DISABLE>;60 nvidia,enable-input = <TEGRA_PIN_DISABLE>;68 nvidia,enable-input = <TEGRA_PIN_DISABLE>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT7 * https://www.toradex.com/computer-on-modules/verdin-arm-family/ti-am6210 #include <dt-bindings/gpio/gpio.h>11 #include <dt-bindings/input/input.h>12 #include <dt-bindings/interrupt-controller/arm-gic.h>13 #include <dt-bindings/interrupt-controller/irq.h>14 #include <dt-bindings/net/ti-dp83867.h>18 stdout-path = "serial2:115200n8";46 compatible = "gpio-usb-b-connector", "usb-b-connector";47 pinctrl-names = "default";[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * TC358746 - Parallel <-> CSI-2 Bridge8 * - Currently only 'Parallel-in -> CSI-out' mode is supported!13 #include <linux/clk-provider.h>19 #include <linux/phy/phy-mipi-dphy.h>24 #include <media/v4l2-ctrls.h>25 #include <media/v4l2-device.h>26 #include <media/v4l2-fwnode.h>27 #include <media/v4l2-mc.h>29 /* 16-bit registers */[all …]