linux/arch/arm64/boot/dts/qcom/sdm845-oneplus-enchilada.dts
Caleb Connolly 288ef8a426 arm64: dts: sdm845: add oneplus6/6t devices
Add initial support for the OnePlus 6 (enchilada) and 6T (fajita) based
on the sdm845-mtp DT with the following functionality:

 * Touch
 * Display
 * GPU
 * Wlan and Bluetooth
 * USB peripheral mode
 * Remoteproc

Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Caleb Connolly <caleb@connolly.tech>
Link: https://lore.kernel.org/r/20210114203057.64541-2-caleb@connolly.tech
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2021-01-15 08:14:20 -06:00

20 lines
349 B
Plaintext

// SPDX-License-Identifier: GPL-2.0
/*
* SDM845 OnePlus 6 (enchilada) device tree.
*
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
*/
#include "sdm845-oneplus-common.dtsi"
/ {
model = "OnePlus 6";
compatible = "oneplus,enchilada", "qcom,sdm845";
};
&display_panel {
status = "okay";
compatible = "samsung,sofef00";
};