Lines Matching +full:rk3568 +full:- +full:pmu
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
47 #include <contrib/device-tree/include/dt-bindings/clock/rk3568-cru.h>
211 if (ofw_bus_is_compatible(dev, "rockchip,rk3568-pmucru")) { in rk3568_pmucru_probe()
212 device_set_desc(dev, "Rockchip RK3568 PMU Clock & Reset Unit"); in rk3568_pmucru_probe()
225 sc->dev = dev; in rk3568_pmucru_attach()
226 sc->clks = rk3568_clks; in rk3568_pmucru_attach()
227 sc->nclks = nitems(rk3568_clks); in rk3568_pmucru_attach()
228 sc->gates = rk3568_gates; in rk3568_pmucru_attach()
229 sc->ngates = nitems(rk3568_gates); in rk3568_pmucru_attach()
230 sc->reset_offset = 0x200; in rk3568_pmucru_attach()
231 sc->reset_num = 4; in rk3568_pmucru_attach()