blob: cbada739042d9c631ccb659e627d8231dda490de [file] [log] [blame]
Neil Armstrong40513892024-09-20 15:33:33 +02001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2023 Neil Armstrong <neil.armstrong@linaro.org>
4 */
5
6#include "meson-g12-common-u-boot.dtsi"
7
8&sd_emmc_c {
9 pinctrl-0 = <&emmc_ctrl_pins>, <&emmc_data_4b_pins>;
10 bus-width = <4>;
11};
12
13&spifc {
14 status = "okay";
15};