| /optee_os/core/arch/arm/plat-stm32mp1/nsec-service/ |
| H A D | stm32mp1_smc.h | 58 * (output) Lowest 32bit of the stm32mp1 SIP service UUID 59 * Argument a1: (output) Next 32bit of the stm32mp1 SIP service UUID 60 * Argument a2: (output) Next 32bit of the stm32mp1 SIP service UUID 61 * Argument a3: (output) Last 32bit of the stm32mp1 SIP service UUID
|
| /optee_os/core/include/drivers/ |
| H A D | stm32mp_dt_bindings.h | 19 #include <dt-bindings/clock/stm32mp1-clks.h> 23 #include <dt-bindings/reset/stm32mp1-resets.h>
|
| H A D | stm32mp1_rcc.h | 549 #define DT_RCC_CLK_COMPAT "st,stm32mp1-rcc" 550 #define DT_RCC_SECURE_CLK_COMPAT "st,stm32mp1-rcc-secure"
|
| /optee_os/core/arch/arm/dts/ |
| H A D | stm32mp151.dtsi | 7 #include <dt-bindings/clock/stm32mp1-clks.h> 8 #include <dt-bindings/reset/stm32mp1-resets.h> 114 compatible = "st,stm32mp1-booster"; 127 compatible = "st,stm32mp1-ipcc"; 142 compatible = "st,stm32mp1-rcc", "syscon"; 149 compatible = "st,stm32mp1-pwr-reg"; 177 compatible = "st,stm32mp1-exti"; 358 compatible = "st,stm32mp1-iwdg"; 370 compatible = "st,stm32mp1-usbphyc"; 390 compatible = "st,stm32mp1-rtc"; [all …]
|
| H A D | stm32mp157c-ev1-scmi.dts | 15 compatible = "st,stm32mp1-rcc-secure";
|
| H A D | stm32mp15xc.dtsi | 9 compatible = "st,stm32mp1-cryp";
|
| H A D | stm32mp157c-dhcom-pdk2.dts | 6 * DHCOM STM32MP1 variant:
|
| H A D | stm32mp157a-dk1-scmi.dts | 31 compatible = "st,stm32mp1-rcc-secure";
|
| H A D | stm32mp135f-dk.dts | 431 compatible = "st,stm32mp1-pll"; 454 compatible = "st,stm32mp1-pll"; 467 compatible = "st,stm32mp1-pll"; 480 compatible = "st,stm32mp1-pll";
|
| H A D | stm32mp157c-dk2-scmi.dts | 32 compatible = "st,stm32mp1-rcc-secure";
|
| H A D | stm32mp157a-dhcor-avenger96.dts | 7 * DHCOR STM32MP1 variant:
|
| H A D | stm32mp157c-ed1-scmi.dts | 41 compatible = "st,stm32mp1-rcc-secure";
|
| H A D | stm32mp211.dtsi | 128 compatible = "st,stm32mp1-iwdg"; 138 compatible = "st,stm32mp1-iwdg";
|
| H A D | stm32mp13xf.dtsi | 9 compatible = "st,stm32mp1-cryp";
|
| H A D | stm32mp13xc.dtsi | 9 compatible = "st,stm32mp1-cryp";
|
| H A D | stm32mp131.dtsi | 231 compatible = "st,stm32mp1-pwr-reg"; 254 compatible = "st,stm32mp1,pwr-irq"; 259 compatible = "st,stm32mp1-exti"; 343 compatible = "st,stm32mp1-iwdg"; 402 compatible = "st,stm32mp1-tzc"; 791 compatible = "st,stm32mp1-iwdg";
|
| H A D | stm32mp231.dtsi | 223 compatible = "st,stm32mp1-iwdg"; 233 compatible = "st,stm32mp1-iwdg"; 368 compatible = "st,stm32mp1-exti"; 621 compatible = "st,stm32mp1-exti";
|
| H A D | stm32mp251.dtsi | 267 compatible = "st,stm32mp1-iwdg"; 277 compatible = "st,stm32mp1-iwdg"; 421 compatible = "st,stm32mp1-exti"; 698 compatible = "st,stm32mp1-exti";
|
| /optee_os/core/drivers/rstctrl/ |
| H A D | stm32mp1_rstctrl.c | 147 .compatible = "st,stm32mp1-rcc", 151 .compatible = "st,stm32mp1-rcc-secure",
|
| /optee_os/core/arch/arm/plat-stm32mp1/drivers/ |
| H A D | stm32mp1_pwr.c | 232 "stm32mp1-pwr-hslv"); in set_fixed_vdd_hslv_mode() 283 { .compatible = "st,stm32mp1-pwr-reg" }, 288 .name = "stm32mp1-pwr-regu",
|
| /optee_os/.github/workflows/ |
| H A D | ci.yml | 58 pycodestyle scripts/*.py core/arch/arm/plat-stm32mp1/scripts/stm32image.py 236 # if [ -d $HOME/scp-firmware ]; then _make PLATFORM=stm32mp1-157C_DK2 CFG_SCMI_SCPFW=y CFG_SCP_FIRMWARE=$HOME/scp-firmware; fi 241 - name: arm stm32mp1 243 _make PLATFORM=stm32mp1 244 _make PLATFORM=stm32mp1-135F_DK CFG_DRIVERS_CLK_PRINT_TREE=y CFG_DRIVERS_REGULATOR_PRINT_TREE=y 245 _make PLATFORM=stm32mp1-135F_DK COMPILER=clang 246 _make PLATFORM=stm32mp1 CFG_STM32MP1_OPTEE_IN_SYSRAM=y CFG_STM32MP_REMOTEPROC=y
|
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | link.mk | 7 $(q)./core/arch/arm/plat-stm32mp1/scripts/stm32image.py \
|
| H A D | plat_tzc400.c | 537 "stm32mp1-tzc400"); in stm32mp1_tzc_probe() 543 { .compatible = "st,stm32mp1-tzc" }, 548 .name = "stm32mp1-tzc400",
|
| /optee_os/core/arch/arm/plat-amlogic/scripts/ |
| H A D | aml_bin2img.py | 6 # Derived from plat-stm32mp1/scripts/stm32image.py
|
| /optee_os/ |
| H A D | MAINTAINERS | 299 STMicroelectronics stm32mp1 302 F: core/arch/arm/plat-stm32mp1/
|