Searched +full:stm32mp1 +full:- +full:m4 (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/remoteproc/st,stm32-rproc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#14 - Fabien Dessenne <fabien.dessenne@foss.st.com>15 - Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>19 const: st,stm32mp1-m431 reset-names:33 - const: mcu_rst34 - const: hold_boot[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved6 #include <dt-bindings/interrupt-controller/arm-gic.h>7 #include <dt-bindings/clock/stm32mp1-clks.h>8 #include <dt-bindings/reset/stm32mp1-resets.h>11 #address-cells = <1>;12 #size-cells = <1>;15 #address-cells = <1>;16 #size-cells = <0>;19 compatible = "arm,cortex-a7";[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright (C) STMicroelectronics 2018 - All Rights Reserved8 #include <linux/arm-smccc.h>9 #include <linux/dma-mapping.h>99 struct stm32_rproc *ddata = rproc->priv; in stm32_rproc_pa_to_da()102 for (i = 0; i < ddata->nb_rmems; i++) { in stm32_rproc_pa_to_da()103 p_mem = &ddata->rmems[i]; in stm32_rproc_pa_to_da()105 if (pa < p_mem->bus_addr || in stm32_rproc_pa_to_da()106 pa >= p_mem->bus_addr + p_mem->size) in stm32_rproc_pa_to_da()108 *da = pa - p_mem->bus_addr + p_mem->dev_addr; in stm32_rproc_pa_to_da()[all …]