xref: /freebsd/sys/contrib/device-tree/src/arm64/qcom/sdm636.dtsi (revision 354d7675fe12ace9cde344cb79c7ded792802f88)
1*354d7675SEmmanuel Vadot// SPDX-License-Identifier: BSD-3-Clause
2*354d7675SEmmanuel Vadot/*
3*354d7675SEmmanuel Vadot * Copyright (c) 2020, AngeloGioacchino Del Regno <kholk11@gmail.com>
4*354d7675SEmmanuel Vadot * Copyright (c) 2020, Konrad Dybcio <konradybcio@gmail.com>
5*354d7675SEmmanuel Vadot * Copyright (c) 2020, Martin Botka <martin.botka1@gmail.com>
6*354d7675SEmmanuel Vadot */
7*354d7675SEmmanuel Vadot
8*354d7675SEmmanuel Vadot#include "sdm660.dtsi"
9*354d7675SEmmanuel Vadot
10*354d7675SEmmanuel Vadot/*
11*354d7675SEmmanuel Vadot * According to the downstream DTS,
12*354d7675SEmmanuel Vadot * 636 is basically a 660 except for
13*354d7675SEmmanuel Vadot * different CPU frequencies, Adreno
14*354d7675SEmmanuel Vadot * 509 instead of 512 and lack of
15*354d7675SEmmanuel Vadot * turing IP. These differences will
16*354d7675SEmmanuel Vadot * be addressed when the aforementioned
17*354d7675SEmmanuel Vadot * peripherals will be enabled upstream.
18*354d7675SEmmanuel Vadot */
19*354d7675SEmmanuel Vadot
20*354d7675SEmmanuel Vadot&adreno_gpu {
21*354d7675SEmmanuel Vadot	compatible = "qcom,adreno-509.0", "qcom,adreno";
22*354d7675SEmmanuel Vadot	/* Adreno 509 shares the frequency table with 512 */
23*354d7675SEmmanuel Vadot};
24