1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 // Copyright (C) 2018 Martin Ayotte <martinayot 2 // Copyright (C) 2018 Martin Ayotte <martinayotte@gmail.com> 3 // Copyright (C) 2019 Sunil Mohan Adapa <sunil@ 3 // Copyright (C) 2019 Sunil Mohan Adapa <sunil@medhas.org> 4 4 5 #include "sun50i-a64-olinuxino.dts" 5 #include "sun50i-a64-olinuxino.dts" 6 6 7 / { 7 / { 8 model = "Olimex A64-Olinuxino-eMMC"; 8 model = "Olimex A64-Olinuxino-eMMC"; 9 compatible = "olimex,a64-olinuxino-emm 9 compatible = "olimex,a64-olinuxino-emmc", "allwinner,sun50i-a64"; 10 }; 10 }; 11 11 12 &mmc2 { 12 &mmc2 { 13 pinctrl-names = "default"; 13 pinctrl-names = "default"; 14 pinctrl-0 = <&mmc2_pins>; 14 pinctrl-0 = <&mmc2_pins>; 15 vmmc-supply = <®_dcdc1>; 15 vmmc-supply = <®_dcdc1>; 16 vqmmc-supply = <®_eldo1>; 16 vqmmc-supply = <®_eldo1>; 17 bus-width = <8>; 17 bus-width = <8>; 18 non-removable; 18 non-removable; 19 cap-mmc-hw-reset; 19 cap-mmc-hw-reset; 20 status = "okay"; 20 status = "okay"; 21 }; 21 }; 22 22 23 &pio { 23 &pio { 24 vcc-pc-supply = <®_eldo1>; 24 vcc-pc-supply = <®_eldo1>; 25 }; 25 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.