Caleb Connolly | af8cbc3 | 2024-02-26 17:26:40 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | ||||
3 | * Copyright (c) 2024, Linaro Ltd. | ||||
4 | */ | ||||
5 | |||||
6 | / { | ||||
7 | /* Ensure that the fdtfile variable is generated properly */ | ||||
8 | compatible = "qcom,apq8096-db820c", "qcom,apq8096"; | ||||
9 | }; | ||||
10 | |||||
11 | &sdhc2 { | ||||
12 | status = "okay"; | ||||
13 | clock-frequency = <100000000>; | ||||
14 | }; |