diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 31a0b949484bc2..0ae3f7aa2709d4 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -800,6 +800,7 @@ dtb-$(CONFIG_ARCH_S5P4418) += \ s5p4418-nanopi2-rev02.dtb \ s5p4418-nanopi2-rev03.dtb \ s5p4418-nanopi2-rev04.dtb \ + s5p4418-nanopi2-rev05.dtb \ s5p4418-nanopi2-rev07.dtb \ s5p4418-nanopi2-rev103.dtb endif diff --git a/arch/arm/boot/dts/s5p4418-nanopi2-rev05.dts b/arch/arm/boot/dts/s5p4418-nanopi2-rev05.dts new file mode 100644 index 00000000000000..70342ad9bf09b9 --- /dev/null +++ b/arch/arm/boot/dts/s5p4418-nanopi2-rev05.dts @@ -0,0 +1,46 @@ +/* + * (C) Copyright 2017 FriendlyElec Computer Tech. Co., Ltd. + * (http://www.friendlyarm.com) + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +/dts-v1/; +#include "s5p4418-nanopi2-common.dtsi" + +/ { + model = "FriendlyElec NanoPi M2"; + compatible = "friendlyelec,nanopi-m2", "nexell,s5p4418"; + + /delete-node/ wlan; + /delete-node/ bt_bcm; +}; + +&mach { + hwrev = <5>; + model = "NanoPi M2"; + sdidx = <0>; +}; + +&dw_mmc_1 { + status = "disabled"; +}; + +&dw_mmc_2 { + status = "disabled"; +}; + +&dp_drm_lvds{ + status = "disabled"; +};