mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
arm: dts: stm32: Align stm32mp15xx-*-scmi-u-boot.dtsi file
Update "secure" version of STM32 boards based on SCMI when RCC_TZCR.TZEN=1 stm32mp15xx-*-scmi-u-boot.dtsi with latest patches on files stm32mp15xx-*-u-boot.dtsi. Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
This commit is contained in:
parent
a142a1dd90
commit
c8532a06a6
3 changed files with 48 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
i2c3 = &i2c4;
|
||||
usb0 = &usbotg_hs;
|
||||
};
|
||||
|
||||
config {
|
||||
u-boot,boot-led = "heartbeat";
|
||||
u-boot,error-led = "error";
|
||||
|
|
|
@ -4,3 +4,10 @@
|
|||
*/
|
||||
|
||||
#include "stm32mp157a-dk1-scmi-u-boot.dtsi"
|
||||
|
||||
/ {
|
||||
fwu-mdata {
|
||||
compatible = "u-boot,fwu-mdata-gpt";
|
||||
fwu-mdata-store = <&sdmmc1>;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -14,4 +14,44 @@
|
|||
spi0 = &qspi;
|
||||
usb0 = &usbotg_hs;
|
||||
};
|
||||
|
||||
fwu-mdata {
|
||||
compatible = "u-boot,fwu-mdata-gpt";
|
||||
fwu-mdata-store = <&sdmmc1>;
|
||||
};
|
||||
};
|
||||
|
||||
&flash0 {
|
||||
bootph-pre-ram;
|
||||
};
|
||||
|
||||
&qspi {
|
||||
bootph-pre-ram;
|
||||
};
|
||||
|
||||
&qspi_clk_pins_a {
|
||||
bootph-pre-ram;
|
||||
pins {
|
||||
bootph-pre-ram;
|
||||
};
|
||||
};
|
||||
|
||||
&qspi_bk1_pins_a {
|
||||
bootph-pre-ram;
|
||||
pins1 {
|
||||
bootph-pre-ram;
|
||||
};
|
||||
pins2 {
|
||||
bootph-pre-ram;
|
||||
};
|
||||
};
|
||||
|
||||
&qspi_bk2_pins_a {
|
||||
bootph-pre-ram;
|
||||
pins1 {
|
||||
bootph-pre-ram;
|
||||
};
|
||||
pins2 {
|
||||
bootph-pre-ram;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue