Johan Jonker | 7fd0ac1 | 2021-06-25 15:26:30 +0200 | [diff] [blame] | 1 | // 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 Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 7 | bootph-all; |
Johan Jonker | 7fd0ac1 | 2021-06-25 15:26:30 +0200 | [diff] [blame] | 8 | }; |
| 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 Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 21 | bootph-all; |
Johan Jonker | 7fd0ac1 | 2021-06-25 15:26:30 +0200 | [diff] [blame] | 22 | }; |
| 23 | }; |
| 24 | |
| 25 | &grf { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 26 | bootph-all; |
Johan Jonker | 7fd0ac1 | 2021-06-25 15:26:30 +0200 | [diff] [blame] | 27 | }; |
| 28 | |
| 29 | &pmu { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 30 | bootph-all; |
Johan Jonker | 7fd0ac1 | 2021-06-25 15:26:30 +0200 | [diff] [blame] | 31 | }; |
| 32 | |
| 33 | &uart2 { |
| 34 | clock-frequency = <24000000>; |
| 35 | }; |
Johan Jonker | 5cfea42 | 2023-03-19 16:05:57 +0100 | [diff] [blame] | 36 | |
| 37 | &xin24m { |
| 38 | bootph-all; |
| 39 | }; |