]>
Commit | Line | Data |
---|---|---|
a1b75cf9 JT |
1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | |
3 | * Copyright (C) 2019 Jagan Teki <[email protected]> | |
4 | */ | |
79030a48 JT |
5 | |
6 | #include "rockchip-u-boot.dtsi" | |
65a28bc4 | 7 | #include "rk3xxx-u-boot.dtsi" |
7d4b5a85 | 8 | |
7d4b5a85 JJ |
9 | &gpio0 { |
10 | compatible = "rockchip,gpio-bank"; | |
11 | }; | |
12 | ||
13 | &pmu { | |
14 | compatible = "rockchip,rk3188-pmu", "syscon", "simple-mfd"; | |
15 | }; | |
16 |