Jagan Teki | 8184a7a | 2020-01-10 00:16:20 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com> | ||||
4 | */ | ||||
Jagan Teki | b22da75 | 2020-01-10 00:16:21 +0530 | [diff] [blame] | 5 | |
6 | #include "rockchip-u-boot.dtsi" | ||||
Johan Jonker | e4c7a4d | 2021-06-25 15:26:32 +0200 | [diff] [blame] | 7 | |
8 | &global_timer { | ||||
9 | status = "okay"; | ||||
10 | }; | ||||
11 | |||||
12 | &gpio0 { | ||||
13 | compatible = "rockchip,gpio-bank"; | ||||
14 | }; | ||||
15 | |||||
16 | &pmu { | ||||
17 | compatible = "rockchip,rk3188-pmu", "syscon", "simple-mfd"; | ||||
18 | }; | ||||
19 |