Patrick Delaunay | ddba40a | 2022-07-05 16:55:57 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause |
| 2 | /* |
| 3 | * Copyright : STMicroelectronics 2022 |
| 4 | */ |
| 5 | |
| 6 | #include "stm32mp157c-ed1-scmi-u-boot.dtsi" |
| 7 | |
| 8 | / { |
| 9 | aliases { |
| 10 | gpio26 = &stmfx_pinctrl; |
| 11 | i2c1 = &i2c2; |
| 12 | i2c4 = &i2c5; |
| 13 | pinctrl2 = &stmfx_pinctrl; |
| 14 | spi0 = &qspi; |
| 15 | usb0 = &usbotg_hs; |
| 16 | }; |
Patrick Delaunay | 8d43540 | 2023-06-08 17:16:41 +0200 | [diff] [blame^] | 17 | |
| 18 | fwu-mdata { |
| 19 | compatible = "u-boot,fwu-mdata-gpt"; |
| 20 | fwu-mdata-store = <&sdmmc1>; |
| 21 | }; |
| 22 | }; |
| 23 | |
| 24 | &flash0 { |
| 25 | bootph-pre-ram; |
| 26 | }; |
| 27 | |
| 28 | &qspi { |
| 29 | bootph-pre-ram; |
| 30 | }; |
| 31 | |
| 32 | &qspi_clk_pins_a { |
| 33 | bootph-pre-ram; |
| 34 | pins { |
| 35 | bootph-pre-ram; |
| 36 | }; |
| 37 | }; |
| 38 | |
| 39 | &qspi_bk1_pins_a { |
| 40 | bootph-pre-ram; |
| 41 | pins1 { |
| 42 | bootph-pre-ram; |
| 43 | }; |
| 44 | pins2 { |
| 45 | bootph-pre-ram; |
| 46 | }; |
| 47 | }; |
| 48 | |
| 49 | &qspi_bk2_pins_a { |
| 50 | bootph-pre-ram; |
| 51 | pins1 { |
| 52 | bootph-pre-ram; |
| 53 | }; |
| 54 | pins2 { |
| 55 | bootph-pre-ram; |
| 56 | }; |
Patrick Delaunay | ddba40a | 2022-07-05 16:55:57 +0200 | [diff] [blame] | 57 | }; |