meson-gxl-mali.dtsi 404 B

1234567891011121314151617
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Copyright (c) 2017 BayLibre SAS
  4. * Author: Neil Armstrong <[email protected]>
  5. */
  6. #include "meson-gx-mali450.dtsi"
  7. &mali {
  8. compatible = "amlogic,meson-gxl-mali", "arm,mali-450";
  9. clocks = <&clkc CLKID_CLK81>, <&clkc CLKID_MALI>;
  10. clock-names = "bus", "core";
  11. assigned-clocks = <&clkc CLKID_GP0_PLL>;
  12. assigned-clock-rates = <744000000>;
  13. };