Patrice Chotard | 00442d0 | 2019-02-12 16:50:38 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause |
2 | /* | ||||
3 | * Copyright : STMicroelectronics 2018 | ||||
4 | */ | ||||
5 | |||||
6 | #include "stm32mp157a-dk1-u-boot.dtsi" | ||||
Sughosh Ganu | 7f08d27 | 2022-10-21 18:15:57 +0530 | [diff] [blame] | 7 | |
8 | / { | ||||
9 | fwu-mdata { | ||||
10 | compatible = "u-boot,fwu-mdata-gpt"; | ||||
11 | fwu-mdata-store = <&sdmmc1>; | ||||
12 | }; | ||||
13 | }; |