Home
last modified time | relevance | path

Searched +full:am654 +full:- +full:ehrpwm +full:- +full:tbclk (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/clock/
H A Dti,am654-ehrpwm-tbclk.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/ti,am654-ehrpwm-tbclk.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TI EHRPWM Time Base Clock
10 - Vignesh Raghavendra <vigneshr@ti.com>
15 - enum:
16 - ti,am654-ehrpwm-tbclk
17 - ti,am64-epwm-tbclk
18 - ti,am62-epwm-tbclk
[all …]
/linux/Documentation/devicetree/bindings/pwm/
H A Dpwm-tiehrpwm.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pwm/pwm-tiehrpwm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TI SOC EHRPWM based PWM controller
10 - Vignesh R <vigneshr@ti.com>
13 - $ref: pwm.yaml#
18 - const: ti,am3352-ehrpwm
19 - items:
20 - enum:
[all …]
/linux/Documentation/devicetree/bindings/soc/ti/
H A Dti,j721e-system-controller.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/
4 ---
5 $id: http://devicetree.org/schemas/soc/ti/ti,j721e-system-controller.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
14 represent as any specific type of device. The typical use-case is
15 for some other node's driver, or platform-specific code, to acquire
22 - Kishon Vijay Abraham I <kishon@kernel.org>
23 - Roger Quadros <rogerq@kernel.org>
28 - enum:
[all …]
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am65-main.dtsi1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
5 * Copyright (C) 2016-2024 Texas Instruments Incorporated - https://www.ti.com/
7 #include <dt-bindings/phy/phy-am654-serdes.h>
11 compatible = "mmio-sram";
13 #address-cells = <1>;
14 #size-cells = <1>;
17 atf-sram@0 {
21 sysfw-sram@f0000 {
25 l3cache-sram@100000 {
30 gic500: interrupt-controller@1800000 {
[all …]
/linux/drivers/clk/keystone/
H A Dsyscon-clk.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2020 Texas Instruments Incorporated - https://www.ti.com/
6 #include <linux/clk-provider.h>
37 return regmap_write_bits(priv->regmap, priv->reg, priv->idx, in ti_syscon_gate_clk_enable()
38 priv->idx); in ti_syscon_gate_clk_enable()
45 regmap_write_bits(priv->regmap, priv->reg, priv->idx, 0); in ti_syscon_gate_clk_disable()
53 regmap_read(priv->regmap, priv->reg, &val); in ti_syscon_gate_clk_is_enabled()
55 return !!(val & priv->idx); in ti_syscon_gate_clk_is_enabled()
76 return ERR_PTR(-ENOMEM); in ti_syscon_gate_clk_register()
80 name = kasprintf(GFP_KERNEL, "%s:%s", data->name, parent_name); in ti_syscon_gate_clk_register()
[all …]