Patrick Delaunay | e7f435d | 2018-07-09 15:17:22 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause |
| 2 | /* |
| 3 | * Copyright : STMicroelectronics 2018 |
| 4 | */ |
| 5 | |
| 6 | #include "stm32mp157c-ed1-u-boot.dtsi" |
| 7 | |
| 8 | / { |
| 9 | aliases { |
Patrick Delaunay | e7f435d | 2018-07-09 15:17:22 +0200 | [diff] [blame] | 10 | i2c1 = &i2c2; |
| 11 | i2c4 = &i2c5; |
Patrice Chotard | 00442d0 | 2019-02-12 16:50:38 +0100 | [diff] [blame^] | 12 | spi0 = &qspi; |
Patrick Delaunay | e7f435d | 2018-07-09 15:17:22 +0200 | [diff] [blame] | 13 | }; |
| 14 | }; |
| 15 | |
| 16 | &flash0 { |
| 17 | compatible = "spi-flash"; |
Patrice Chotard | 00442d0 | 2019-02-12 16:50:38 +0100 | [diff] [blame^] | 18 | u-boot,dm-spl; |
Patrick Delaunay | e7f435d | 2018-07-09 15:17:22 +0200 | [diff] [blame] | 19 | }; |
| 20 | |
| 21 | &flash1 { |
| 22 | compatible = "spi-flash"; |
| 23 | }; |
| 24 | |
Patrick Delaunay | e7f435d | 2018-07-09 15:17:22 +0200 | [diff] [blame] | 25 | &qspi { |
| 26 | u-boot,dm-spl; |
| 27 | }; |
| 28 | |
| 29 | &qspi_clk_pins_a { |
| 30 | u-boot,dm-spl; |
| 31 | pins { |
| 32 | u-boot,dm-spl; |
| 33 | }; |
| 34 | }; |
| 35 | |
| 36 | &qspi_bk1_pins_a { |
| 37 | u-boot,dm-spl; |
| 38 | pins1 { |
| 39 | u-boot,dm-spl; |
| 40 | }; |
| 41 | pins2 { |
| 42 | u-boot,dm-spl; |
| 43 | }; |
| 44 | }; |
| 45 | |
| 46 | &qspi_bk2_pins_a { |
| 47 | u-boot,dm-spl; |
| 48 | pins1 { |
| 49 | u-boot,dm-spl; |
| 50 | }; |
| 51 | pins2 { |
| 52 | u-boot,dm-spl; |
| 53 | }; |
| 54 | }; |
| 55 | |
Patrice Chotard | 00442d0 | 2019-02-12 16:50:38 +0100 | [diff] [blame^] | 56 | &usbotg_hs { |
| 57 | g-tx-fifo-size = <576>; |
Patrick Delaunay | e7f435d | 2018-07-09 15:17:22 +0200 | [diff] [blame] | 58 | }; |
Patrice Chotard | 18cb6f5 | 2018-08-10 17:12:11 +0200 | [diff] [blame] | 59 | |
Patrice Chotard | 00442d0 | 2019-02-12 16:50:38 +0100 | [diff] [blame^] | 60 | &v3v3 { |
| 61 | regulator-always-on; |
| 62 | }; |