Searched +full:am4372 +full:- +full:wkup +full:- +full:m3 +full:- +full:ipc (Results 1 – 3 of 3) sorted by relevance
1 # 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#7 title: Wakeup M3 IPC device10 - 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-processor15 (commonly referred to as Wakeup M3 or CM3) to help with various low power tasks17 C-states for CPU Idle. Once the wkup_m3_ipc driver uses the wkup_m3_rproc driver[all …]
1 Wakeup M3 IPC Driver4 The TI AM33xx and AM43xx family of devices use a small Cortex M3 co-processor5 (commonly referred to as Wakeup M3 or CM3) to help with various low power tasks7 C-states for CPU Idle. Once the wkup_m3_ipc driver uses the wkup_m3_rproc driver8 to boot the wkup_m3, it handles communication with the CM3 using IPC registers12 Wkup M3 Device Node:14 A wkup_m3_ipc device node is used to represent the IPC registers within an18 --------------------19 - compatible: Should be,20 "ti,am3352-wkup-m3-ipc" for AM33xx SoCs[all …]
2 compatible = "ti,am4-l4-wkup", "simple-pm-bus";3 power-domains = <&prm_wkup>;5 clock-names = "fck";10 reg-names = "ap", "la", "ia0", "ia1";11 #address-cells = <1>;12 #size-cells = <1>;18 compatible = "simple-pm-bus";19 #address-cells = <1>;20 #size-cells = <1>;28 compatible = "simple-pm-bus";[all …]