blob: 9e0aa9e63b8d46c18b476c0edff829e11675be7c [file] [log] [blame]
Chris Morgan6cf6fe22023-04-21 10:59:19 -05001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3/dts-v1/;
4
5#include "rk3566-anbernic-rgxx3.dtsi"
6
7/ {
8
9/*
10 * Note this is a pseudo-model that doesn't exist in mainline Linux.
11 * This model is used for all RGXX3 devices and the board.c file will
12 * set the correct dtb name for loading mainline Linux automatically.
13 */
14 model = "RGXX3";
15 compatible = "anbernic,rg353m", "anbernic,rg353p",
16 "anbernic,rg353v", "anbernic,rg353vs",
17 "anbernic,rg503", "rockchip,rk3566";
18};
Chris Morganc8545d22024-02-05 12:58:52 -060019
20&cru {
21 assigned-clocks = <&pmucru CLK_RTC_32K>, <&cru PLL_GPLL>,
22 <&pmucru PLL_PPLL>, <&cru PLL_VPLL>;
23 assigned-clock-rates = <32768>, <1200000000>,
24 <200000000>, <241500000>;
25};