mirror of
https://github.com/torvalds/linux.git
synced 2026-05-02 13:32:40 -04:00
ipq8062 SoC is based on ipq8064-v2.0 with lower supported freq, lack of usb port and a reduced voltage output with the smb208 regulators. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220718161826.4943-2-ansuelsmth@gmail.com
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
#include "qcom-ipq8064-v2.0.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. IPQ8062";
|
|
compatible = "qcom,ipq8062", "qcom,ipq8064";
|
|
};
|