2019-05-02 07:56:44 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
|
|
|
|
/*
|
|
|
|
* Copyright : STMicroelectronics 2018
|
|
|
|
*
|
|
|
|
* Copyright (C) Linaro Ltd 2019 - All Rights Reserved
|
|
|
|
* Author: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
|
2020-03-31 17:51:36 +00:00
|
|
|
* Copyright (C) 2020 Marek Vasut <marex@denx.de>
|
2019-05-02 07:56:44 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include <dt-bindings/clock/stm32mp1-clksrc.h>
|
2020-03-06 16:54:41 +00:00
|
|
|
#include "stm32mp15-u-boot.dtsi"
|
2020-04-29 13:08:38 +00:00
|
|
|
#include "stm32mp15-ddr3-dhsom-2x1Gb-1066-binG.dtsi"
|
|
|
|
#include "stm32mp15-ddr3-dhsom-2x2Gb-1066-binG.dtsi"
|
|
|
|
#include "stm32mp15-ddr3-dhsom-2x4Gb-1066-binG.dtsi"
|
2019-05-02 07:56:44 +00:00
|
|
|
|
2020-04-22 11:18:11 +00:00
|
|
|
/ {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2021-12-30 22:46:46 +00:00
|
|
|
|
|
|
|
aliases {
|
|
|
|
eeprom0 = &eeprom0;
|
|
|
|
};
|
|
|
|
|
2020-04-22 11:18:11 +00:00
|
|
|
config {
|
2020-04-22 11:18:14 +00:00
|
|
|
dh,ddr3-coding-gpios = <&gpiog 0 0>, <&gpiog 1 0>;
|
2020-04-22 11:18:11 +00:00
|
|
|
dh,som-coding-gpios = <&gpioz 7 0>, <&gpiof 3 0>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2020-10-01 10:25:55 +00:00
|
|
|
&flash0 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-10-01 10:25:55 +00:00
|
|
|
};
|
|
|
|
|
2019-05-02 07:56:44 +00:00
|
|
|
&i2c4 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
|
|
|
bootph-pre-ram;
|
2021-12-30 22:46:46 +00:00
|
|
|
|
|
|
|
eeprom0: eeprom@53 {
|
|
|
|
};
|
2019-05-02 07:56:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&i2c4_pins_a {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2019-05-02 07:56:44 +00:00
|
|
|
pins {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2019-05-02 07:56:44 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&pmic {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
|
|
|
bootph-pre-ram;
|
ARM: dts: stm32: Add DFU support for DHCOR recovery
This patch configures U-Boot SPL for DHCOR SoM to permit DFU upload of
SPL and subsequent u-boot.itb for recovery or commissioning purposes.
To start U-Boot on DHCOR based board, e.g. Avenger96, proceed as follows:
- Install dfu-util on the host PC (in debian this is package 'dfu-util')
- Power off the Avenger96 board.
- Connect both USB-serial console and USB-OTG microB ports to host PC.
- Switch Avenger96 to USB boot mode -- BOOT0..2 switches all set to 0.
- Power on the Avenger96 board.
- Verify using '$ dmesg' that a new device has been detected as follows:
New USB device found, idVendor=0483, idProduct=df11, bcdDevice= 2.00
New USB device strings: Mfr=1, Product=2, SerialNumber=3
Product: DFU in HS Mode @Device ID /0x500, @Revision ID /0x0000
Manufacturer: STMicroelectronics
- Upload U-Boot SPL:
$ dfu-util -a 1 -D u-boot-spl.stm32
- Upload U-Boot proper:
$ dfu-util -a 0 -D u-boot.itb
- At this point, SPL will wait for user to press "Ctrl-C" on serial
console. When ready to interact with U-Boot, press Ctrl-C to start
the bootloader.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
2021-12-06 20:58:09 +00:00
|
|
|
|
|
|
|
regulators {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
ARM: dts: stm32: Add DFU support for DHCOR recovery
This patch configures U-Boot SPL for DHCOR SoM to permit DFU upload of
SPL and subsequent u-boot.itb for recovery or commissioning purposes.
To start U-Boot on DHCOR based board, e.g. Avenger96, proceed as follows:
- Install dfu-util on the host PC (in debian this is package 'dfu-util')
- Power off the Avenger96 board.
- Connect both USB-serial console and USB-OTG microB ports to host PC.
- Switch Avenger96 to USB boot mode -- BOOT0..2 switches all set to 0.
- Power on the Avenger96 board.
- Verify using '$ dmesg' that a new device has been detected as follows:
New USB device found, idVendor=0483, idProduct=df11, bcdDevice= 2.00
New USB device strings: Mfr=1, Product=2, SerialNumber=3
Product: DFU in HS Mode @Device ID /0x500, @Revision ID /0x0000
Manufacturer: STMicroelectronics
- Upload U-Boot SPL:
$ dfu-util -a 1 -D u-boot-spl.stm32
- Upload U-Boot proper:
$ dfu-util -a 0 -D u-boot.itb
- At this point, SPL will wait for user to press "Ctrl-C" on serial
console. When ready to interact with U-Boot, press Ctrl-C to start
the bootloader.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
2021-12-06 20:58:09 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&pwr_regulators {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2019-05-02 07:56:44 +00:00
|
|
|
};
|
|
|
|
|
2020-03-31 17:51:36 +00:00
|
|
|
&qspi {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-03-31 17:51:36 +00:00
|
|
|
};
|
|
|
|
|
2020-10-01 10:25:55 +00:00
|
|
|
&qspi_clk_pins_a {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-10-01 10:25:55 +00:00
|
|
|
pins {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-10-01 10:25:55 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&qspi_bk1_pins_a {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-10-01 10:25:55 +00:00
|
|
|
pins1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-10-01 10:25:55 +00:00
|
|
|
};
|
|
|
|
pins2 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2020-10-01 10:25:55 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2019-05-02 07:56:44 +00:00
|
|
|
&rcc {
|
|
|
|
st,clksrc = <
|
|
|
|
CLK_MPU_PLL1P
|
|
|
|
CLK_AXI_PLL2P
|
|
|
|
CLK_MCU_PLL3P
|
|
|
|
CLK_PLL12_HSE
|
|
|
|
CLK_PLL3_HSE
|
|
|
|
CLK_PLL4_HSE
|
|
|
|
CLK_RTC_LSE
|
|
|
|
CLK_MCO1_DISABLED
|
|
|
|
CLK_MCO2_DISABLED
|
|
|
|
>;
|
|
|
|
|
|
|
|
st,clkdiv = <
|
|
|
|
1 /*MPU*/
|
|
|
|
0 /*AXI*/
|
|
|
|
0 /*MCU*/
|
|
|
|
1 /*APB1*/
|
|
|
|
1 /*APB2*/
|
|
|
|
1 /*APB3*/
|
|
|
|
1 /*APB4*/
|
|
|
|
2 /*APB5*/
|
|
|
|
23 /*RTC*/
|
|
|
|
0 /*MCO1*/
|
|
|
|
0 /*MCO2*/
|
|
|
|
>;
|
|
|
|
|
|
|
|
st,pkcs = <
|
|
|
|
CLK_CKPER_HSE
|
|
|
|
CLK_FMC_ACLK
|
|
|
|
CLK_QSPI_ACLK
|
|
|
|
CLK_ETH_DISABLED
|
|
|
|
CLK_SDMMC12_PLL4P
|
|
|
|
CLK_DSI_DSIPLL
|
|
|
|
CLK_STGEN_HSE
|
|
|
|
CLK_USBPHY_HSE
|
|
|
|
CLK_SPI2S1_PLL3Q
|
|
|
|
CLK_SPI2S23_PLL3Q
|
|
|
|
CLK_SPI45_HSI
|
|
|
|
CLK_SPI6_HSI
|
|
|
|
CLK_I2C46_HSI
|
|
|
|
CLK_SDMMC3_PLL4P
|
|
|
|
CLK_USBO_USBPHY
|
|
|
|
CLK_ADC_CKPER
|
|
|
|
CLK_CEC_LSE
|
|
|
|
CLK_I2C12_HSI
|
|
|
|
CLK_I2C35_HSI
|
|
|
|
CLK_UART1_HSI
|
|
|
|
CLK_UART24_HSI
|
|
|
|
CLK_UART35_HSI
|
|
|
|
CLK_UART6_HSI
|
|
|
|
CLK_UART78_HSI
|
|
|
|
CLK_SPDIF_PLL4P
|
2020-01-28 09:11:01 +00:00
|
|
|
CLK_FDCAN_PLL4R
|
2019-05-02 07:56:44 +00:00
|
|
|
CLK_SAI1_PLL3Q
|
|
|
|
CLK_SAI2_PLL3Q
|
|
|
|
CLK_SAI3_PLL3Q
|
|
|
|
CLK_SAI4_PLL3Q
|
|
|
|
CLK_RNG1_LSI
|
|
|
|
CLK_RNG2_LSI
|
|
|
|
CLK_LPTIM1_PCLK1
|
|
|
|
CLK_LPTIM23_PCLK3
|
|
|
|
CLK_LPTIM45_LSE
|
|
|
|
>;
|
|
|
|
|
2022-10-11 20:42:44 +00:00
|
|
|
/*
|
|
|
|
* cfg = < DIVM1 DIVN P Q R PQR(p,q,r) >;
|
|
|
|
* frac = < f >;
|
|
|
|
*
|
|
|
|
* PRQ(p,q,r) ... for p,q,r: 0-output disabled / 1-output enabled
|
|
|
|
* DIVN ... actually multiplier, but RCC_PLL1CFGR1 calls the field DIVN
|
|
|
|
* m ... for PLL1,2: m=2 ; for PLL3,4: m=1
|
|
|
|
* XTAL = 24 MHz
|
|
|
|
*
|
|
|
|
* VCO = ( XTAL / (DIVM1 + 1) ) * m * ( DIVN + 1 + ( f / 8192 ) )
|
|
|
|
* P = VCO / (P + 1)
|
|
|
|
* Q = VCO / (Q + 1)
|
|
|
|
* R = VCO / (R + 1)
|
|
|
|
*/
|
|
|
|
|
2019-05-02 07:56:44 +00:00
|
|
|
/* VCO = 1066.0 MHz => P = 266 (AXI), Q = 533 (GPU), R = 533 (DDR) */
|
|
|
|
pll2: st,pll@1 {
|
2020-01-28 09:11:03 +00:00
|
|
|
compatible = "st,stm32mp1-pll";
|
|
|
|
reg = <1>;
|
2019-05-02 07:56:44 +00:00
|
|
|
cfg = < 2 65 1 0 0 PQR(1,1,1) >;
|
|
|
|
frac = < 0x1400 >;
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2019-05-02 07:56:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
/* VCO = 417.8 MHz => P = 209, Q = 24, R = 11 */
|
|
|
|
pll3: st,pll@2 {
|
2020-01-28 09:11:03 +00:00
|
|
|
compatible = "st,stm32mp1-pll";
|
|
|
|
reg = <2>;
|
2019-05-02 07:56:44 +00:00
|
|
|
cfg = < 1 33 1 16 36 PQR(1,1,1) >;
|
|
|
|
frac = < 0x1a04 >;
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2019-05-02 07:56:44 +00:00
|
|
|
};
|
|
|
|
|
2022-10-11 20:42:44 +00:00
|
|
|
/* VCO = 594.0 MHz => P = 99, Q = 74, R = 99 */
|
2019-05-02 07:56:44 +00:00
|
|
|
pll4: st,pll@3 {
|
2020-01-28 09:11:03 +00:00
|
|
|
compatible = "st,stm32mp1-pll";
|
|
|
|
reg = <3>;
|
2020-08-22 20:45:25 +00:00
|
|
|
cfg = < 3 98 5 7 5 PQR(1,1,1) >;
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-all;
|
2019-05-02 07:56:44 +00:00
|
|
|
};
|
|
|
|
};
|
ARM: dts: stm32: Add DFU support for DHCOR recovery
This patch configures U-Boot SPL for DHCOR SoM to permit DFU upload of
SPL and subsequent u-boot.itb for recovery or commissioning purposes.
To start U-Boot on DHCOR based board, e.g. Avenger96, proceed as follows:
- Install dfu-util on the host PC (in debian this is package 'dfu-util')
- Power off the Avenger96 board.
- Connect both USB-serial console and USB-OTG microB ports to host PC.
- Switch Avenger96 to USB boot mode -- BOOT0..2 switches all set to 0.
- Power on the Avenger96 board.
- Verify using '$ dmesg' that a new device has been detected as follows:
New USB device found, idVendor=0483, idProduct=df11, bcdDevice= 2.00
New USB device strings: Mfr=1, Product=2, SerialNumber=3
Product: DFU in HS Mode @Device ID /0x500, @Revision ID /0x0000
Manufacturer: STMicroelectronics
- Upload U-Boot SPL:
$ dfu-util -a 1 -D u-boot-spl.stm32
- Upload U-Boot proper:
$ dfu-util -a 0 -D u-boot.itb
- At this point, SPL will wait for user to press "Ctrl-C" on serial
console. When ready to interact with U-Boot, press Ctrl-C to start
the bootloader.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
2021-12-06 20:58:09 +00:00
|
|
|
|
|
|
|
®11 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
ARM: dts: stm32: Add DFU support for DHCOR recovery
This patch configures U-Boot SPL for DHCOR SoM to permit DFU upload of
SPL and subsequent u-boot.itb for recovery or commissioning purposes.
To start U-Boot on DHCOR based board, e.g. Avenger96, proceed as follows:
- Install dfu-util on the host PC (in debian this is package 'dfu-util')
- Power off the Avenger96 board.
- Connect both USB-serial console and USB-OTG microB ports to host PC.
- Switch Avenger96 to USB boot mode -- BOOT0..2 switches all set to 0.
- Power on the Avenger96 board.
- Verify using '$ dmesg' that a new device has been detected as follows:
New USB device found, idVendor=0483, idProduct=df11, bcdDevice= 2.00
New USB device strings: Mfr=1, Product=2, SerialNumber=3
Product: DFU in HS Mode @Device ID /0x500, @Revision ID /0x0000
Manufacturer: STMicroelectronics
- Upload U-Boot SPL:
$ dfu-util -a 1 -D u-boot-spl.stm32
- Upload U-Boot proper:
$ dfu-util -a 0 -D u-boot.itb
- At this point, SPL will wait for user to press "Ctrl-C" on serial
console. When ready to interact with U-Boot, press Ctrl-C to start
the bootloader.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
2021-12-06 20:58:09 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
®18 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
ARM: dts: stm32: Add DFU support for DHCOR recovery
This patch configures U-Boot SPL for DHCOR SoM to permit DFU upload of
SPL and subsequent u-boot.itb for recovery or commissioning purposes.
To start U-Boot on DHCOR based board, e.g. Avenger96, proceed as follows:
- Install dfu-util on the host PC (in debian this is package 'dfu-util')
- Power off the Avenger96 board.
- Connect both USB-serial console and USB-OTG microB ports to host PC.
- Switch Avenger96 to USB boot mode -- BOOT0..2 switches all set to 0.
- Power on the Avenger96 board.
- Verify using '$ dmesg' that a new device has been detected as follows:
New USB device found, idVendor=0483, idProduct=df11, bcdDevice= 2.00
New USB device strings: Mfr=1, Product=2, SerialNumber=3
Product: DFU in HS Mode @Device ID /0x500, @Revision ID /0x0000
Manufacturer: STMicroelectronics
- Upload U-Boot SPL:
$ dfu-util -a 1 -D u-boot-spl.stm32
- Upload U-Boot proper:
$ dfu-util -a 0 -D u-boot.itb
- At this point, SPL will wait for user to press "Ctrl-C" on serial
console. When ready to interact with U-Boot, press Ctrl-C to start
the bootloader.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
2021-12-06 20:58:09 +00:00
|
|
|
};
|
|
|
|
|
2022-01-28 18:35:20 +00:00
|
|
|
&usb33 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2022-01-28 18:35:20 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&usbotg_hs_pins_a {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
2022-01-28 18:35:20 +00:00
|
|
|
};
|
|
|
|
|
ARM: dts: stm32: Add DFU support for DHCOR recovery
This patch configures U-Boot SPL for DHCOR SoM to permit DFU upload of
SPL and subsequent u-boot.itb for recovery or commissioning purposes.
To start U-Boot on DHCOR based board, e.g. Avenger96, proceed as follows:
- Install dfu-util on the host PC (in debian this is package 'dfu-util')
- Power off the Avenger96 board.
- Connect both USB-serial console and USB-OTG microB ports to host PC.
- Switch Avenger96 to USB boot mode -- BOOT0..2 switches all set to 0.
- Power on the Avenger96 board.
- Verify using '$ dmesg' that a new device has been detected as follows:
New USB device found, idVendor=0483, idProduct=df11, bcdDevice= 2.00
New USB device strings: Mfr=1, Product=2, SerialNumber=3
Product: DFU in HS Mode @Device ID /0x500, @Revision ID /0x0000
Manufacturer: STMicroelectronics
- Upload U-Boot SPL:
$ dfu-util -a 1 -D u-boot-spl.stm32
- Upload U-Boot proper:
$ dfu-util -a 0 -D u-boot.itb
- At this point, SPL will wait for user to press "Ctrl-C" on serial
console. When ready to interact with U-Boot, press Ctrl-C to start
the bootloader.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
2021-12-06 20:58:09 +00:00
|
|
|
&usbotg_hs {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
ARM: dts: stm32: Add DFU support for DHCOR recovery
This patch configures U-Boot SPL for DHCOR SoM to permit DFU upload of
SPL and subsequent u-boot.itb for recovery or commissioning purposes.
To start U-Boot on DHCOR based board, e.g. Avenger96, proceed as follows:
- Install dfu-util on the host PC (in debian this is package 'dfu-util')
- Power off the Avenger96 board.
- Connect both USB-serial console and USB-OTG microB ports to host PC.
- Switch Avenger96 to USB boot mode -- BOOT0..2 switches all set to 0.
- Power on the Avenger96 board.
- Verify using '$ dmesg' that a new device has been detected as follows:
New USB device found, idVendor=0483, idProduct=df11, bcdDevice= 2.00
New USB device strings: Mfr=1, Product=2, SerialNumber=3
Product: DFU in HS Mode @Device ID /0x500, @Revision ID /0x0000
Manufacturer: STMicroelectronics
- Upload U-Boot SPL:
$ dfu-util -a 1 -D u-boot-spl.stm32
- Upload U-Boot proper:
$ dfu-util -a 0 -D u-boot.itb
- At this point, SPL will wait for user to press "Ctrl-C" on serial
console. When ready to interact with U-Boot, press Ctrl-C to start
the bootloader.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
2021-12-06 20:58:09 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&usbphyc {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
ARM: dts: stm32: Add DFU support for DHCOR recovery
This patch configures U-Boot SPL for DHCOR SoM to permit DFU upload of
SPL and subsequent u-boot.itb for recovery or commissioning purposes.
To start U-Boot on DHCOR based board, e.g. Avenger96, proceed as follows:
- Install dfu-util on the host PC (in debian this is package 'dfu-util')
- Power off the Avenger96 board.
- Connect both USB-serial console and USB-OTG microB ports to host PC.
- Switch Avenger96 to USB boot mode -- BOOT0..2 switches all set to 0.
- Power on the Avenger96 board.
- Verify using '$ dmesg' that a new device has been detected as follows:
New USB device found, idVendor=0483, idProduct=df11, bcdDevice= 2.00
New USB device strings: Mfr=1, Product=2, SerialNumber=3
Product: DFU in HS Mode @Device ID /0x500, @Revision ID /0x0000
Manufacturer: STMicroelectronics
- Upload U-Boot SPL:
$ dfu-util -a 1 -D u-boot-spl.stm32
- Upload U-Boot proper:
$ dfu-util -a 0 -D u-boot.itb
- At this point, SPL will wait for user to press "Ctrl-C" on serial
console. When ready to interact with U-Boot, press Ctrl-C to start
the bootloader.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
2021-12-06 20:58:09 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&usbphyc_port0 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
ARM: dts: stm32: Add DFU support for DHCOR recovery
This patch configures U-Boot SPL for DHCOR SoM to permit DFU upload of
SPL and subsequent u-boot.itb for recovery or commissioning purposes.
To start U-Boot on DHCOR based board, e.g. Avenger96, proceed as follows:
- Install dfu-util on the host PC (in debian this is package 'dfu-util')
- Power off the Avenger96 board.
- Connect both USB-serial console and USB-OTG microB ports to host PC.
- Switch Avenger96 to USB boot mode -- BOOT0..2 switches all set to 0.
- Power on the Avenger96 board.
- Verify using '$ dmesg' that a new device has been detected as follows:
New USB device found, idVendor=0483, idProduct=df11, bcdDevice= 2.00
New USB device strings: Mfr=1, Product=2, SerialNumber=3
Product: DFU in HS Mode @Device ID /0x500, @Revision ID /0x0000
Manufacturer: STMicroelectronics
- Upload U-Boot SPL:
$ dfu-util -a 1 -D u-boot-spl.stm32
- Upload U-Boot proper:
$ dfu-util -a 0 -D u-boot.itb
- At this point, SPL will wait for user to press "Ctrl-C" on serial
console. When ready to interact with U-Boot, press Ctrl-C to start
the bootloader.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
2021-12-06 20:58:09 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&usbphyc_port1 {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
ARM: dts: stm32: Add DFU support for DHCOR recovery
This patch configures U-Boot SPL for DHCOR SoM to permit DFU upload of
SPL and subsequent u-boot.itb for recovery or commissioning purposes.
To start U-Boot on DHCOR based board, e.g. Avenger96, proceed as follows:
- Install dfu-util on the host PC (in debian this is package 'dfu-util')
- Power off the Avenger96 board.
- Connect both USB-serial console and USB-OTG microB ports to host PC.
- Switch Avenger96 to USB boot mode -- BOOT0..2 switches all set to 0.
- Power on the Avenger96 board.
- Verify using '$ dmesg' that a new device has been detected as follows:
New USB device found, idVendor=0483, idProduct=df11, bcdDevice= 2.00
New USB device strings: Mfr=1, Product=2, SerialNumber=3
Product: DFU in HS Mode @Device ID /0x500, @Revision ID /0x0000
Manufacturer: STMicroelectronics
- Upload U-Boot SPL:
$ dfu-util -a 1 -D u-boot-spl.stm32
- Upload U-Boot proper:
$ dfu-util -a 0 -D u-boot.itb
- At this point, SPL will wait for user to press "Ctrl-C" on serial
console. When ready to interact with U-Boot, press Ctrl-C to start
the bootloader.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
2021-12-06 20:58:09 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&vdd_usb {
|
2023-02-13 15:56:33 +00:00
|
|
|
bootph-pre-ram;
|
ARM: dts: stm32: Add DFU support for DHCOR recovery
This patch configures U-Boot SPL for DHCOR SoM to permit DFU upload of
SPL and subsequent u-boot.itb for recovery or commissioning purposes.
To start U-Boot on DHCOR based board, e.g. Avenger96, proceed as follows:
- Install dfu-util on the host PC (in debian this is package 'dfu-util')
- Power off the Avenger96 board.
- Connect both USB-serial console and USB-OTG microB ports to host PC.
- Switch Avenger96 to USB boot mode -- BOOT0..2 switches all set to 0.
- Power on the Avenger96 board.
- Verify using '$ dmesg' that a new device has been detected as follows:
New USB device found, idVendor=0483, idProduct=df11, bcdDevice= 2.00
New USB device strings: Mfr=1, Product=2, SerialNumber=3
Product: DFU in HS Mode @Device ID /0x500, @Revision ID /0x0000
Manufacturer: STMicroelectronics
- Upload U-Boot SPL:
$ dfu-util -a 1 -D u-boot-spl.stm32
- Upload U-Boot proper:
$ dfu-util -a 0 -D u-boot.itb
- At this point, SPL will wait for user to press "Ctrl-C" on serial
console. When ready to interact with U-Boot, press Ctrl-C to start
the bootloader.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
2021-12-06 20:58:09 +00:00
|
|
|
};
|