Lines Matching +full:co +full:- +full:processor
4 The TI AM33xx and AM43xx family of devices use a small Cortex M3 co-processor
6 that cannot be controlled from the MPU. This CM3 processor requires a firmware
12 A wkup_m3 device node is used to represent the Wakeup M3 processor instance
17 --------------------
18 - compatible: Should be one of,
19 "ti,am3352-wkup-m3" for AM33xx SoCs
20 "ti,am4372-wkup-m3" for AM43xx SoCs
21 - reg: Should contain the address ranges for the two internal
25 - reg-names: Contains the corresponding names for the two memory
27 - ti,hwmods: Name of the hwmod associated with the wkupm3 device.
28 - ti,pm-firmware: Name of firmware file to be used for loading and
29 booting the wkup_m3 remote processor.
32 --------
36 compatible = "am335-l4-wkup", "simple-bus";
38 #address-cells = <1>;
39 #size-cells = <1>;
42 compatible = "ti,am3352-wkup-m3";
45 reg-names = "umem", "dmem";
47 ti,pm-firmware = "am335x-pm-firmware.elf";