cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

meson-gxl-mali.dtsi (404B)


      1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
      2/*
      3 * Copyright (c) 2017 BayLibre SAS
      4 * Author: Neil Armstrong <narmstrong@baylibre.com>
      5 */
      6
      7#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";
     14
     15	assigned-clocks = <&clkc CLKID_GP0_PLL>;
     16	assigned-clock-rates = <744000000>;
     17};