Patrick Delaunay | e063f89 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause |
2 | /* | ||||
3 | * Copyright (C) 2022, STMicroelectronics - All Rights Reserved | ||||
4 | */ | ||||
5 | |||||
6 | #include "stm32mp13-u-boot.dtsi" | ||||
7 | |||||
8 | / { | ||||
9 | aliases { | ||||
10 | mmc0 = &sdmmc1; | ||||
11 | }; | ||||
12 | |||||
13 | config { | ||||
Patrick Delaunay | c7e6251 | 2022-06-30 10:20:18 +0200 | [diff] [blame] | 14 | u-boot,boot-led = "led-blue"; |
15 | u-boot,error-led = "led-red"; | ||||
Patrick Delaunay | e063f89 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 16 | u-boot,mmc-env-partition = "u-boot-env"; |
17 | }; | ||||
Patrick Delaunay | c7e6251 | 2022-06-30 10:20:18 +0200 | [diff] [blame] | 18 | |
19 | leds { | ||||
20 | led-red { | ||||
21 | color = <LED_COLOR_ID_RED>; | ||||
22 | gpios = <&gpioa 13 GPIO_ACTIVE_LOW>; | ||||
23 | default-state = "off"; | ||||
24 | }; | ||||
25 | }; | ||||
Patrick Delaunay | e063f89 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 26 | }; |
27 | |||||
28 | &uart4 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 29 | bootph-all; |
Patrick Delaunay | e063f89 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 30 | }; |
31 | |||||
32 | &uart4_pins_a { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 33 | bootph-all; |
Patrick Delaunay | e063f89 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 34 | pins1 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 35 | bootph-all; |
Patrick Delaunay | e063f89 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 36 | }; |
37 | pins2 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 38 | bootph-all; |
Patrick Delaunay | e063f89 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 39 | }; |
40 | }; |