blob: c393c8d07af1218f2d14d416a0314681ea0baff2 [file] [log] [blame]
Chris Morgan8c4e3042023-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";
Chris Morgan4b181142024-02-05 12:58:53 -060015 compatible = "anbernic,rg-arc-d", "anbernic,rg-arc-s",
16 "anbernic,rg353m", "anbernic,rg353p",
17 "anbernic,rg353ps", "anbernic,rg353v",
18 "anbernic,rg353vs", "anbernic,rg503",
19 "powkiddy,rgb10max3", "powkiddy,rgb30",
20 "powkiddy,rk2023", "rockchip,rk3566";
Chris Morgan8c4e3042023-04-21 10:59:19 -050021};
Chris Morgan20138422024-02-05 12:58:52 -060022
23&cru {
24 assigned-clocks = <&pmucru CLK_RTC_32K>, <&cru PLL_GPLL>,
25 <&pmucru PLL_PPLL>, <&cru PLL_VPLL>;
26 assigned-clock-rates = <32768>, <1200000000>,
27 <200000000>, <241500000>;
28};