blob: 478e755cc87c7d228052039ba8605e41ea3e144d [file] [log] [blame]
Tom Rini8b0c8a12018-05-06 18:27:01 -04001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
Neil Armstronga4cf3922017-10-12 15:50:30 +02002/*
3 * Copyright (c) 2017 BayLibre SAS
4 * Author: Neil Armstrong <narmstrong@baylibre.com>
Neil Armstronga4cf3922017-10-12 15:50:30 +02005 */
6
Neil Armstrong7d7da1f2020-10-02 09:47:37 +02007#include "meson-gx-mali450.dtsi"
8
9&mali {
10 compatible = "amlogic,meson-gxl-mali", "arm,mali-450";
11
12 clocks = <&clkc CLKID_CLK81>, <&clkc CLKID_MALI>;
13 clock-names = "bus", "core";
Neil Armstronga4cf3922017-10-12 15:50:30 +020014
Neil Armstrong7d7da1f2020-10-02 09:47:37 +020015 assigned-clocks = <&clkc CLKID_GP0_PLL>;
16 assigned-clock-rates = <744000000>;
Neil Armstronga4cf3922017-10-12 15:50:30 +020017};