Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm
[oweals/u-boot.git] / arch / arm / dts / sun50i-a64-olinuxino-emmc.dts
1 // 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 };