blob: 811d59ac346eaf70a689fc5cc17c01c579d69a9b [file] [log] [blame]
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2020 Theobroma Systems Design und Consulting GmbH
4 */
5
6#include <dt-bindings/memory/rk3368-dmc.h>
Quentin Schulz05713d52022-09-02 15:10:52 +02007#include "rockchip-u-boot.dtsi"
Heiko Stuebner5aefa4a2021-02-09 14:47:08 +01008
9/ {
10 dmc: dmc@ff610000 {
11 compatible = "rockchip,rk3368-dmc", "syscon";
12 rockchip,cru = <&cru>;
13 rockchip,grf = <&grf>;
14 rockchip,msch = <&service_msch>;
15 reg = <0 0xff610000 0 0x400
16 0 0xff620000 0 0x400>;
17 };
18
19 service_msch: syscon@ffac0000 {
20 compatible = "rockchip,rk3368-msch", "syscon";
21 reg = <0x0 0xffac0000 0x0 0x2000>;
22 };
23
24 sgrf: syscon@ff740000 {
25 compatible = "rockchip,rk3368-sgrf", "syscon";
26 reg = <0x0 0xff740000 0x0 0x1000>;
27 };
28};