blob: 76a8ffe8c33ce2081373c2bf834c668717493d8c [file] [log] [blame]
Jagan Teki2a8481e2023-01-30 20:27:46 +05301// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd.
4 */
5
6#include "rockchip-u-boot.dtsi"
7
8/ {
9 dmc {
10 compatible = "rockchip,rk3588-dmc";
Tom Rini82b896c2023-03-27 15:20:19 -040011 bootph-all;
Jagan Teki2a8481e2023-01-30 20:27:46 +053012 status = "okay";
13 };
14
15 pmu1_grf: syscon@fd58a000 {
Tom Rini82b896c2023-03-27 15:20:19 -040016 bootph-all;
Jagan Teki2a8481e2023-01-30 20:27:46 +053017 compatible = "rockchip,rk3588-pmu1-grf", "syscon";
18 reg = <0x0 0xfd58a000 0x0 0x2000>;
19 };
Jagan Teki95c86562023-01-30 20:27:47 +053020
Jonas Karlman3a539e02023-02-22 22:44:41 +000021 otp: nvmem@fecc0000 {
22 compatible = "rockchip,rk3588-otp";
23 reg = <0x0 0xfecc0000 0x0 0x400>;
24 #address-cells = <1>;
25 #size-cells = <1>;
26 status = "okay";
27
28 cpu_id: id@7 {
29 reg = <0x07 0x10>;
30 };
31 };
Chris Morganf89167b2023-04-13 09:13:03 -050032
33 rng: rng@fe378000 {
34 compatible = "rockchip,trngv1";
35 reg = <0x0 0xfe378000 0x0 0x200>;
36 status = "disabled";
37 };
Jagan Teki2a8481e2023-01-30 20:27:46 +053038};
39
40&xin24m {
Tom Rini82b896c2023-03-27 15:20:19 -040041 bootph-all;
Jagan Teki2a8481e2023-01-30 20:27:46 +053042 status = "okay";
43};
44
45&cru {
Tom Rini82b896c2023-03-27 15:20:19 -040046 bootph-pre-ram;
Jagan Teki2a8481e2023-01-30 20:27:46 +053047 status = "okay";
48};
49
50&sys_grf {
Tom Rini82b896c2023-03-27 15:20:19 -040051 bootph-pre-ram;
Jagan Teki2a8481e2023-01-30 20:27:46 +053052 status = "okay";
53};
54
Jonas Karlman58c23012023-04-17 19:07:21 +000055&scmi {
56 bootph-pre-ram;
57};
58
59&scmi_clk {
60 bootph-pre-ram;
61};
62
63&sdmmc {
64 bootph-pre-ram;
65 u-boot,spl-fifo-mode;
66};
67
Jagan Teki2a8481e2023-01-30 20:27:46 +053068&uart2 {
69 clock-frequency = <24000000>;
Tom Rini82b896c2023-03-27 15:20:19 -040070 bootph-pre-ram;
Jagan Teki2a8481e2023-01-30 20:27:46 +053071 status = "okay";
72};
73
74&ioc {
Tom Rini82b896c2023-03-27 15:20:19 -040075 bootph-pre-ram;
Jagan Teki2a8481e2023-01-30 20:27:46 +053076};