blob: 769aab20eea4875fece961d88590f6d78f61b4af [file] [log] [blame]
Alexandre Torgue9aa53712021-11-18 12:26:49 +01001// SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-3-Clause)
2/*
Yann Gautier53e89822024-05-21 11:12:54 +02003 * Copyright (C) 2023-2024, STMicroelectronics - All Rights Reserved
Alexandre Torgue9aa53712021-11-18 12:26:49 +01004 */
Yann Gautier53e89822024-05-21 11:12:54 +02005
6/ {
Yann Gautier38797612024-05-21 11:15:31 +02007 soc@0 {
8#if !STM32MP_EMMC && !STM32MP_SDMMC
9 rifsc@42080000 {
10 /delete-node/ mmc@48220000;
11 /delete-node/ mmc@48230000;
12 };
13#endif
14 };
15
Yann Gautier53e89822024-05-21 11:12:54 +020016 /*
17 * UUID's here are UUID RFC 4122 compliant meaning fieds are stored in
18 * network order (big endian)
19 */
20
21 st-io_policies {
22 fip-handles {
23 compatible = "st,io-fip-handle";
24 fw_cfg_uuid = "5807e16a-8459-47be-8ed5-648e8dddab0e";
25 bl31_uuid = "47d4086d-4cfe-9846-9b95-2950cbbd5a00";
26 bl32_uuid = "05d0e189-53dc-1347-8d2b-500a4b7a3e38";
27 bl32_extra1_uuid = "0b70c29b-2a5a-7840-9f65-0a5682738288";
28 bl32_extra2_uuid = "8ea87bb1-cfa2-3f4d-85fd-e7bba50220d9";
29 bl33_uuid = "d6d0eea7-fcea-d54b-9782-9934f234b6e4";
30 hw_cfg_uuid = "08b8f1d9-c9cf-9349-a962-6fbc6b7265cc";
31 tos_fw_cfg_uuid = "26257c1a-dbc6-7f47-8d96-c4c4b0248021";
32 nt_fw_cfg_uuid = "28da9815-93e8-7e44-ac66-1aaf801550f9";
33 };
34 };
35};