blob: 6af6a451ea78adff42636e41cb29d302e0b2ee08 [file] [log] [blame]
Johan Jonker2ee023d2021-06-25 15:26:30 +02001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3/ {
4 noc: syscon@10128000 {
5 compatible = "rockchip,rk3188-noc", "syscon";
6 reg = <0x10128000 0x2000>;
Simon Glass8c103c32023-02-13 08:56:33 -07007 bootph-all;
Johan Jonker2ee023d2021-06-25 15:26:30 +02008 };
9
10 dmc: dmc@20020000 {
11 /* unreviewed u-boot-specific binding */
12 compatible = "rockchip,rk3188-dmc", "syscon";
13 reg = <0x20020000 0x3fc
14 0x20040000 0x294>;
15 clocks = <&cru PCLK_DDRUPCTL>, <&cru PCLK_PUBL>;
16 clock-names = "pclk_ddrupctl", "pclk_publ";
17 rockchip,cru = <&cru>;
18 rockchip,grf = <&grf>;
19 rockchip,pmu = <&pmu>;
20 rockchip,noc = <&noc>;
Simon Glass8c103c32023-02-13 08:56:33 -070021 bootph-all;
Johan Jonker2ee023d2021-06-25 15:26:30 +020022 };
23};
24
25&grf {
Simon Glass8c103c32023-02-13 08:56:33 -070026 bootph-all;
Johan Jonker2ee023d2021-06-25 15:26:30 +020027};
28
29&pmu {
Simon Glass8c103c32023-02-13 08:56:33 -070030 bootph-all;
Johan Jonker2ee023d2021-06-25 15:26:30 +020031};
32
33&uart2 {
34 clock-frequency = <24000000>;
35};
Johan Jonker98125082023-03-19 16:05:57 +010036
37&xin24m {
38 bootph-all;
39};