QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
657 B

// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2020, AngeloGioacchino Del Regno <[email protected]>
* Copyright (c) 2020, Konrad Dybcio <[email protected]>
* Copyright (c) 2020, Martin Botka <[email protected]>
*/
#include "sdm660.dtsi"
/*
* According to the downstream DTS,
* 636 is basically a 660 except for
* different CPU frequencies, Adreno
* 509 instead of 512 and lack of
* turing IP. These differences will
* be addressed when the aforementioned
* peripherals will be enabled upstream.
*/
&adreno_gpu {
compatible = "qcom,adreno-509.0", "qcom,adreno";
/* Adreno 509 shares the frequency table with 512 */
};