blob: 1c4f019120f297f587d06d010c2a918027e00ead [file] [log] [blame]
Neil Armstrong4778a372024-09-20 15:33:34 +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>, <&emmc_ds_pins>;
10 bus-width = <4>;
11};
12
13&spifc {
14 status = "okay";
15};