Lines Matching +full:rk3399 +full:- +full:pmucru
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
833 if (ofw_bus_is_compatible(dev, "rockchip,rk3399-pmucru")) { in rk3399_pmucru_probe()
834 device_set_desc(dev, "Rockchip RK3399 PMU Clock and Reset Unit"); in rk3399_pmucru_probe()
847 sc->dev = dev; in rk3399_pmucru_attach()
849 sc->gates = rk3399_pmu_gates; in rk3399_pmucru_attach()
850 sc->ngates = nitems(rk3399_pmu_gates); in rk3399_pmucru_attach()
852 sc->clks = rk3399_pmu_clks; in rk3399_pmucru_attach()
853 sc->nclks = nitems(rk3399_pmu_clks); in rk3399_pmucru_attach()
855 sc->reset_offset = 0x110; in rk3399_pmucru_attach()
856 sc->reset_num = 30; in rk3399_pmucru_attach()