blob: be61ea262b9087f204c7b33258f9af77b02fa13a [file] [log] [blame]
Caleb Connollyaf8cbc32024-02-26 17:26:40 +00001// 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};