blob: 6d1965e6b5200868c38f86aacf193f4fd25445aa [file] [log] [blame]
Johan Jonkerb919d432022-09-09 22:19:06 +02001// SPDX-License-Identifier: GPL-2.0+
2
3#include "rockchip-u-boot.dtsi"
4
5/ {
6 dmc: dmc@20004000 {
7 compatible = "rockchip,rk3128-dmc", "syscon";
8 reg = <0x0 0x20004000 0x0 0x1000>;
Simon Glass8c103c32023-02-13 08:56:33 -07009 bootph-all;
Johan Jonkerb919d432022-09-09 22:19:06 +020010 };
11};
12
13&cru {
Simon Glass8c103c32023-02-13 08:56:33 -070014 bootph-all;
Johan Jonkerb919d432022-09-09 22:19:06 +020015};
16
17&grf {
Simon Glass8c103c32023-02-13 08:56:33 -070018 bootph-all;
Johan Jonkerb919d432022-09-09 22:19:06 +020019};