blob: 96ab0227e82d187bc3b5eb50e3064dcabbe3ef3f [file] [log] [blame]
Sunil Mohan Adapa4ed293a2019-09-10 11:43:40 -07001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (C) 2018 Martin Ayotte <martinayotte@gmail.com>
4 * Copyright (C) 2019 Sunil Mohan Adapa <sunil@medhas.org>
5 */
6
7#include "sun50i-a64-olinuxino.dts"
8
9/ {
10 model = "Olimex A64-Olinuxino-eMMC";
11 compatible = "olimex,a64-olinuxino-emmc", "allwinner,sun50i-a64";
12};
13
14&mmc2 {
15 pinctrl-names = "default";
16 pinctrl-0 = <&mmc2_pins>;
17 vmmc-supply = <&reg_dcdc1>;
18 vqmmc-supply = <&reg_dcdc1>;
19 bus-width = <8>;
20 non-removable;
21 cap-mmc-hw-reset;
22 status = "okay";
23};