Searched +full:en +full:- +full:ck32k +full:- +full:xtal (Results 1 – 3 of 3) sorted by relevance
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am3517-craneboard.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ 7 /dts-v1/; 13 compatible = "ti,am3517-craneboard", "ti,am3517", "ti,omap3"; 21 compatible = "regulator-fixed"; 22 regulator-name = "vbat"; 23 regulator-min-microvolt = <5000000>; 24 regulator-max-microvolt = <5000000>; 25 regulator-boot-on; 38 clock-frequency = <2600000>; [all …]
|
H A D | omap3-echo.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 5 /dts-v1/; 9 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/leds/common.h> 14 compatible = "amazon,omap3-echo", "ti,omap3630", "ti,omap3"; 18 cpu0-supply = <&vdd1_reg>; 28 compatible = "regulator-fixed"; 29 regulator-name = "vcc5v"; 30 regulator-min-microvolt = <5000000>; 31 regulator-max-microvolt = <5000000>; [all …]
|
/linux/drivers/mfd/ |
H A D | tps65910.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * tps65910.c -- TI TPS6591x chip family multi-function driver 34 .name = "tps65910-gpio", 37 .name = "tps65910-pmic", 40 .name = "tps65910-rtc", 45 .name = "tps65910-power", 229 dev_warn(tps65910->dev, "No interrupt support, no core IRQ\n"); in tps65910_irq_init() 230 return -EINVAL; in tps65910_irq_init() 234 dev_warn(tps65910->dev, "No interrupt support, no pdata\n"); in tps65910_irq_init() 235 return -EINVAL; in tps65910_irq_init() [all …]
|