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