Home
last modified time | relevance | path

Searched +full:vtt +full:- +full:gpio +full:- +full:pin (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/soc/ti/
Dwkup-m3-ipc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/soc/ti/wkup-m3-ipc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Dave Gerlach <d-gerlach@ti.com>
11 - Drew Fustini <dfustini@baylibre.com>
14 The TI AM33xx and AM43xx family of devices use a small Cortex M3 co-processor
17 C-states for CPU Idle. Once the wkup_m3_ipc driver uses the wkup_m3_rproc driver
27 Support for VTT Toggle with GPIO pin
29 On some boards like the AM335x EVM-SK and the AM437x GP EVM, a GPIO pin is
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/
Dti,tps65086.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Emil Renner Berthing <kernel@esmil.dk>
23 interrupt-controller: true
25 '#interrupt-cells':
29 encoded as trigger masks from ../interrupt-controller/interrupts.txt.
31 gpio-controller: true
33 '#gpio-cells':
36 The first cell is the pin number and the second cell is used to specify
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dtps65086.txt4 - compatible : Should be "ti,tps65086".
5 - reg : I2C slave address.
6 - interrupts : The interrupt line the device is connected to.
7 - interrupt-controller : Marks the device node as an interrupt controller.
8 - #interrupt-cells : The number of cells to describe an IRQ, should be 2.
11 masks from ../interrupt-controller/interrupts.txt.
12 - gpio-controller : Marks the device node as a GPIO Controller.
13 - #gpio-cells : Should be two. The first cell is the pin number and
15 See ../gpio/gpio.txt for more information.
16 - regulators: : List of child nodes that specify the regulator
[all …]
/kernel/linux/linux-6.6/drivers/soc/ti/
Dwkup_m3_ipc.c1 // SPDX-License-Identifier: GPL-2.0-only
7 * Dave Gerlach <d-gerlach@ti.com>
89 * wkup_m3_copy_aux_data - Copy auxiliary data to special region of m3 dmem
90 * @data - pointer to data
91 * @sz - size of data to copy (limit 256 bytes)
103 aux_data_addr = rproc_da_to_va(m3_ipc->rproc, in wkup_m3_copy_aux_data()
117 struct device *dev = m3_ipc->dev; in wkup_m3_scale_data_fw_cb()
124 memcpy(&hdr, fw->data, sizeof(hdr)); in wkup_m3_scale_data_fw_cb()
131 aux_base = wkup_m3_copy_aux_data(m3_ipc, fw->data + sizeof(hdr), in wkup_m3_scale_data_fw_cb()
132 fw->size - sizeof(hdr)); in wkup_m3_scale_data_fw_cb()
[all …]
/kernel/linux/linux-6.6/arch/arm64/boot/dts/ti/
Dk3-am642-evm.dts1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2020-2021 Texas Instruments Incorporated - https://www.ti.com/
6 /dts-v1/;
8 #include <dt-bindings/phy/phy.h>
9 #include <dt-bindings/leds/common.h>
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/net/ti-dp83867.h>
12 #include "k3-am642.dtsi"
14 #include "k3-serdes.h"
17 compatible = "ti,am642-evm", "ti,am642";
[all …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/ti/omap/
Ddra7-evm.dts1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
5 /dts-v1/;
8 #include "dra7-evm-common.dtsi"
9 #include "dra74x-mmc-iodelay.dtsi"
13 compatible = "ti,dra7-evm", "ti,dra742", "ti,dra74", "ti,dra7";
20 evm_12v0: fixedregulator-evm_12v0 {
22 compatible = "regulator-fixed";
23 regulator-name = "evm_12v0";
24 regulator-min-microvolt = <12000000>;
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Ddra7-evm.dts1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
5 /dts-v1/;
8 #include "dra7-evm-common.dtsi"
9 #include "dra74x-mmc-iodelay.dtsi"
13 compatible = "ti,dra7-evm", "ti,dra742", "ti,dra74", "ti,dra7";
20 evm_12v0: fixedregulator-evm_12v0 {
22 compatible = "regulator-fixed";
23 regulator-name = "evm_12v0";
24 regulator-min-microvolt = <12000000>;
[all …]
/kernel/linux/linux-6.6/drivers/hwmon/
Dadt7475.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * adt7475 - Thermal sensor driver for the ADT7475 chip and derivatives
4 * Copyright (C) 2007-2008, Advanced Micro Devices, Inc.
17 #include <linux/hwmon-sysfs.h>
18 #include <linux/hwmon-vid.h>
36 * These are unique identifiers for the sysfs functions - unlike the
126 #define ADT7475_VOLTAGE_COUNT 5 /* Not counting Vtt */
232 if (!(data->config5 & CONFIG5_TWOSCOMP)) { in temp2reg()
233 val = clamp_val(val, -64000, 191000); in temp2reg()
236 val = clamp_val(val, -128000, 127000); in temp2reg()
[all …]
/kernel/linux/linux-5.10/drivers/hwmon/
Dadt7475.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * adt7475 - Thermal sensor driver for the ADT7475 chip and derivatives
4 * Copyright (C) 2007-2008, Advanced Micro Devices, Inc.
18 #include <linux/hwmon-sysfs.h>
19 #include <linux/hwmon-vid.h>
37 * These are unique identifiers for the sysfs functions - unlike the
125 #define ADT7475_VOLTAGE_COUNT 5 /* Not counting Vtt */
231 if (!(data->config5 & CONFIG5_TWOSCOMP)) { in temp2reg()
232 val = clamp_val(val, -64000, 191000); in temp2reg()
235 val = clamp_val(val, -128000, 127000); in temp2reg()
[all …]