Home
last modified time | relevance | path

Searched +full:r8a7791 +full:- +full:apmu (Results 1 – 3 of 3) sorted by relevance

/linux-5.10/Documentation/devicetree/bindings/power/
Drenesas,apmu.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: "http://devicetree.org/schemas/power/renesas,apmu.yaml#"
5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
10 - Geert Uytterhoeven <geert+renesas@glider.be>
11 - Magnus Damm <magnus.damm@gmail.com>
14 Renesas R-Car Gen2 and RZ/G1 SoCs utilize one or more APMU hardware units for
20 - enum:
21 - renesas,r8a7742-apmu # RZ/G1H
22 - renesas,r8a7743-apmu # RZ/G1M
[all …]
/linux-5.10/arch/arm/boot/dts/
Dr8a7791.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree Source for the R-Car M2-W (R8A77910) SoC
5 * Copyright (C) 2013-2015 Renesas Electronics Corporation
6 * Copyright (C) 2013-2014 Renesas Solutions Corp.
10 #include <dt-bindings/clock/r8a7791-cpg-mssr.h>
11 #include <dt-bindings/interrupt-controller/arm-gic.h>
12 #include <dt-bindings/interrupt-controller/irq.h>
13 #include <dt-bindings/power/r8a7791-sysc.h>
16 compatible = "renesas,r8a7791";
17 #address-cells = <2>;
[all …]
/linux-5.10/drivers/soc/renesas/
Drcar-sysc.c1 // SPDX-License-Identifier: GPL-2.0
3 * R-Car SYSC Power management support
6 * Copyright (C) 2015-2017 Glider bvba
18 #include <linux/soc/renesas/rcar-sysc.h>
20 #include "rcar-sysc.h"
36 * Use WFI to power off, CPG/APMU to resume ARM cores on R-Car Gen2
37 * Use PSCI on R-Car Gen3
56 #define RCAR_PD_ALWAYS_ON 32 /* Always-on power area */
89 return -EAGAIN; in rcar_sysc_pwr_on_off()
92 iowrite32(BIT(sysc_ch->chan_bit), in rcar_sysc_pwr_on_off()
[all …]