]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/gnu/dts/arm64/amlogic/meson-gxl-s805x.dtsi
Import DTS files for arm, arm64, riscv from Linux 5.8
[FreeBSD/FreeBSD.git] / sys / gnu / dts / arm64 / amlogic / meson-gxl-s805x.dtsi
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3  * Copyright (c) 2020 BayLibre SAS
4  * Author: Neil Armstrong <narmstrong@baylibre.com>
5  */
6
7 #include "meson-gxl-s905x.dtsi"
8
9 / {
10         compatible = "amlogic,s805x", "amlogic,meson-gxl";
11 };
12
13 /* The S805X Package doesn't seem to handle the 744MHz OPP correctly */
14 &mali {
15         assigned-clocks = <&clkc CLKID_MALI_0_SEL>,
16                           <&clkc CLKID_MALI_0>,
17                           <&clkc CLKID_MALI>; /* Glitch free mux */
18         assigned-clock-parents = <&clkc CLKID_FCLK_DIV3>,
19                                  <0>, /* Do Nothing */
20                                  <&clkc CLKID_MALI_0>;
21         assigned-clock-rates = <0>, /* Do Nothing */
22                                <666666666>,
23                                <0>; /* Do Nothing */
24 };