1*b2d2a78aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2*b2d2a78aSEmmanuel Vadot/* 3*b2d2a78aSEmmanuel Vadot * (C) Copyright 2018 FriendlyElec Computer Tech. Co., Ltd. 4*b2d2a78aSEmmanuel Vadot * (http://www.friendlyarm.com) 5*b2d2a78aSEmmanuel Vadot * 6*b2d2a78aSEmmanuel Vadot * (C) Copyright 2016 Rockchip Electronics Co., Ltd 7*b2d2a78aSEmmanuel Vadot */ 8*b2d2a78aSEmmanuel Vadot 9*b2d2a78aSEmmanuel Vadot/dts-v1/; 10*b2d2a78aSEmmanuel Vadot#include "rk3328-nanopi-r2s.dts" 11*b2d2a78aSEmmanuel Vadot 12*b2d2a78aSEmmanuel Vadot/ { 13*b2d2a78aSEmmanuel Vadot compatible = "friendlyarm,nanopi-r2s-plus", "rockchip,rk3328"; 14*b2d2a78aSEmmanuel Vadot model = "FriendlyElec NanoPi R2S Plus"; 15*b2d2a78aSEmmanuel Vadot 16*b2d2a78aSEmmanuel Vadot aliases { 17*b2d2a78aSEmmanuel Vadot mmc1 = &emmc; 18*b2d2a78aSEmmanuel Vadot }; 19*b2d2a78aSEmmanuel Vadot}; 20*b2d2a78aSEmmanuel Vadot 21*b2d2a78aSEmmanuel Vadot&emmc { 22*b2d2a78aSEmmanuel Vadot bus-width = <8>; 23*b2d2a78aSEmmanuel Vadot cap-mmc-highspeed; 24*b2d2a78aSEmmanuel Vadot disable-wp; 25*b2d2a78aSEmmanuel Vadot mmc-hs200-1_8v; 26*b2d2a78aSEmmanuel Vadot non-removable; 27*b2d2a78aSEmmanuel Vadot pinctrl-names = "default"; 28*b2d2a78aSEmmanuel Vadot pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>; 29*b2d2a78aSEmmanuel Vadot status = "okay"; 30*b2d2a78aSEmmanuel Vadot}; 31