Searched full:mule (Results 1 – 15 of 15) sorted by relevance
/linux-6.14.4/drivers/i2c/muxes/ |
D | i2c-mux-mule.c | 3 * Theobroma Systems Mule I2C device multiplexer 77 * mule fw. Mule fw without mux support will accept write ops to the in mule_i2c_mux_probe() 109 "Mux is not supported, please update Mule FW\n"); in mule_i2c_mux_probe() 116 "Device %d not supported, please update Mule FW\n", reg); in mule_i2c_mux_probe() 131 { .compatible = "tsd,mule-i2c-mux", }, 138 .name = "mule-i2c-mux", 147 MODULE_DESCRIPTION("I2C mux driver for Theobroma Systems Mule");
|
D | Kconfig | 123 tristate "Theobroma Systems Mule I2C device multiplexer" 126 Mule is an MCU that emulates a set of I2C devices, among which 132 Theobroma Systems Mule I2C multiplexer. This driver provides access to 136 will be called i2c-mux-mule.
|
D | Makefile | 13 obj-$(CONFIG_I2C_MUX_MULE) += i2c-mux-mule.o
|
/linux-6.14.4/Documentation/devicetree/bindings/i2c/ |
D | tsd,mule-i2c-mux.yaml | 4 $id: http://devicetree.org/schemas/i2c/tsd,mule-i2c-mux.yaml# 7 title: Theobroma Systems Mule I2C multiplexer 14 Theobroma Systems Mule is an MCU that emulates a set of I2C devices, among 21 | Mule | 43 const: tsd,mule-i2c-mux 53 compatible = "tsd,mule-i2c-mux";
|
/linux-6.14.4/Documentation/devicetree/bindings/hwmon/ |
D | ti,amc6821.yaml | 21 - const: tsd,mule 39 const: tsd,mule 65 compatible = "tsd,mule", "ti,amc6821"; 69 compatible = "tsd,mule-i2c-mux";
|
/linux-6.14.4/arch/arm64/boot/dts/rockchip/ |
D | px30-ringneck.dtsi | 306 compatible = "tsd,mule", "ti,amc6821"; 310 compatible = "tsd,mule-i2c-mux"; 405 /* Mule UCAN */
|
D | rk3588-tiger.dtsi | 227 * Mule-ATtiny can handle up to Fast mode Plus (1MHz) on I2C bus, 234 compatible = "tsd,mule", "ti,amc6821"; 238 compatible = "tsd,mule-i2c-mux"; 734 /* Mule-ATtiny UPDI */
|
D | rk3588-jaguar.dts | 315 compatible = "tsd,mule", "ti,amc6821"; 319 compatible = "tsd,mule-i2c-mux"; 870 /* Mule-ATtiny debug UART; typically baudrate 9600 */ 889 /* Mule-ATtiny UPDI flashing UART */
|
D | rk3399-puma.dtsi | 397 compatible = "tsd,mule", "ti,amc6821"; 401 compatible = "tsd,mule-i2c-mux";
|
/linux-6.14.4/drivers/misc/mei/ |
D | hw-me-regs.h | 102 #define MEI_DEV_ID_MCC 0x4B70 /* Mule Creek Canyon (EHL) */ 103 #define MEI_DEV_ID_MCC_4 0x4B75 /* Mule Creek Canyon 4 (EHL) */
|
/linux-6.14.4/drivers/gpu/drm/i915/soc/ |
D | intel_pch.h | 26 PCH_TGP, /* Tiger Lake/Mule Creek Canyon PCH */
|
D | intel_pch.c | 117 drm_dbg_kms(&dev_priv->drm, "Found Mule Creek Canyon PCH\n"); in intel_pch_type()
|
/linux-6.14.4/drivers/net/can/usb/ |
D | Kconfig | 164 * Mule: integrated on the PCB of various System-on-Modules
|
D | ucan.c | 1581 /* Mule (soldered onto compute modules) */
|
/linux-6.14.4/drivers/hwmon/ |
D | amc6821.c | 923 if (of_device_is_compatible(dev->of_node, "tsd,mule")) { in amc6821_probe() 948 .compatible = "tsd,mule",
|