Searched +full:am64 +full:- +full:m4fss (Results 1 – 4 of 4) sorted by relevance
/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-am64-mcu.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 3 * Device Tree Source for AM64 SoC Family MCU Domain peripherals 5 * Copyright (C) 2020-2024 Texas Instruments Incorporated - https://www.ti.com/ 15 compatible = "ti,am654-timer"; 18 clock-names = "fck"; 19 power-domains = <&k3_pds 35 TI_SCI_PD_EXCLUSIVE>; 20 ti,timer-pwm; 25 compatible = "ti,am654-timer"; 28 clock-names = "fck"; 29 power-domains = <&k3_pds 48 TI_SCI_PD_EXCLUSIVE>; [all …]
|
H A D | k3-am62-mcu.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only OR MIT 5 * Copyright (C) 2020-2024 Texas Instruments Incorporated - https://www.ti.com/ 10 bootph-all; 11 compatible = "pinctrl-single"; 13 #pinctrl-cells = <1>; 14 pinctrl-single,register-width = <32>; 15 pinctrl-single,function-mask = <0xffffffff>; 19 bootph-pre-ram; 20 compatible = "ti,j721e-esm"; 23 ti,esm-pins = <0>, <1>, <2>, <85>; [all …]
|
/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | ti,k3-m4f-rproc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/remoteproc/ti,k3-m4f-rproc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Hari Nagalla <hnagalla@ti.com> 11 - Mathieu Poirier <mathieu.poirier@linaro.org> 20 $ref: /schemas/arm/keystone/ti,k3-sci-common.yaml# 25 - ti,am64-m4fss 27 power-domains: 30 "#address-cells": [all …]
|
/linux/drivers/remoteproc/ |
H A D | ti_k3_m4_remoteproc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * TI K3 Cortex-M4 Remote Processor(s) driver 5 * Copyright (C) 2021-2024 Texas Instruments Incorporated - https://www.ti.com/ 39 struct device *dev = &pdev->dev; in k3_m4_rproc_probe() 49 return -ENODEV; in k3_m4_rproc_probe() 53 return dev_err_probe(dev, ret, "failed to parse firmware-name property\n"); in k3_m4_rproc_probe() 58 return -ENOMEM; in k3_m4_rproc_probe() 60 rproc->has_iommu = false; in k3_m4_rproc_probe() 61 rproc->recovery_disabled = true; in k3_m4_rproc_probe() 62 kproc = rproc->priv; in k3_m4_rproc_probe() [all …]
|