Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9a5f702 authored by Sricharan R's avatar Sricharan R Committed by Andy Gross
Browse files

ARM: dts: ipq4019: Add ipq4019-ap.dk04.1-c1 board file

parent 76a914b9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -760,6 +760,7 @@ dtb-$(CONFIG_ARCH_QCOM) += \
	qcom-apq8084-ifc6540.dtb \
	qcom-apq8084-mtp.dtb \
	qcom-ipq4019-ap.dk01.1-c1.dtb \
	qcom-ipq4019-ap.dk04.1-c1.dtb \
	qcom-ipq8064-ap148.dtb \
	qcom-msm8660-surf.dtb \
	qcom-msm8960-cdp.dtb \
+19 −0
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
// Copyright (c) 2018, The Linux Foundation. All rights reserved.

#include "qcom-ipq4019-ap.dk04.1.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. IPQ4019/AP-DK04.1-C1";
	compatible = "qcom,ipq4019-dk04.1-c1";

	soc {
		dma@7984000 {
			status = "ok";
		};

		qpic-nand@79b0000 {
			status = "ok";
		};
	};
};