Varadarajan Narayanan | ef4ee70 | 2025-02-26 12:15:00 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: BSD-3-Clause |
| 2 | /* |
| 3 | * Copyright (c) 2025, Qualcomm Innovation Center, Inc. All rights reserved. |
| 4 | */ |
| 5 | |
| 6 | / { |
| 7 | /* Will be removed when SMEM parsing is updated */ |
| 8 | memory@40000000 { |
| 9 | device_type = "memory"; |
| 10 | reg = <0x0 0x40000000 0x0 0x40000000>, |
| 11 | <0x0 0x4a500000 0x0 0x00100000>; |
| 12 | }; |
| 13 | }; |
| 14 | |
| 15 | &sdhc_1 { |
| 16 | sdhci-caps-mask = <0x0 0x04000000>; |
| 17 | sdhci-caps = <0x0 0x04000000>; /* SDHCI_CAN_VDD_180 */ |
| 18 | |
| 19 | /* |
| 20 | * This reset is needed to clear out the settings done by |
| 21 | * previous boot loader. Without this the SDHCI_RESET_ALL |
| 22 | * reset done sdhci_init() times out. |
| 23 | */ |
| 24 | resets = <&gcc GCC_SDCC_BCR>; |
| 25 | }; |