Chris Morgan | 8c4e304 | 2023-04-21 10:59:19 -0500 | [diff] [blame] | 1 | // 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 Morgan | 4b18114 | 2024-02-05 12:58:53 -0600 | [diff] [blame] | 15 | 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 Morgan | 8c4e304 | 2023-04-21 10:59:19 -0500 | [diff] [blame] | 21 | }; |
Chris Morgan | 2013842 | 2024-02-05 12:58:52 -0600 | [diff] [blame] | 22 | |
| 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 | }; |