sdm636.dtsi 657 B

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