Searched +full:r8a7795 +full:- +full:wdt (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/watchdog/renesas,wdt.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas Watchdog Timer (WDT) Controller10 - Wolfram Sang <wsa+renesas@sang-engineering.com>11 - Geert Uytterhoeven <geert+renesas@glider.be>14 - $ref: "watchdog.yaml#"19 - items:20 - enum:[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"7 title: Renesas R-Car and RZ/G Reset Controller10 - Geert Uytterhoeven <geert+renesas@glider.be>11 - Magnus Damm <magnus.damm@gmail.com>14 The R-Car and RZ/G Reset Controllers provide reset control, and implement the16 - Latching of the levels on mode pins when PRESET# is negated,17 - Mode monitoring register,18 - Reset control of peripheral devices (on R-Car Gen1),[all …]
1 // SPDX-License-Identifier: GPL-2.03 * R-Car Gen1 RESET/WDT, R-Car Gen2, Gen3, and RZ/G RST Driver11 #include <linux/soc/renesas/rcar-rst.h>45 /* RZ/G1 is handled like R-Car Gen2 */46 { .compatible = "renesas,r8a7742-rst", .data = &rcar_rst_gen2 },47 { .compatible = "renesas,r8a7743-rst", .data = &rcar_rst_gen2 },48 { .compatible = "renesas,r8a7744-rst", .data = &rcar_rst_gen2 },49 { .compatible = "renesas,r8a7745-rst", .data = &rcar_rst_gen2 },50 { .compatible = "renesas,r8a77470-rst", .data = &rcar_rst_gen2 },51 /* RZ/G2 is handled like R-Car Gen3 */[all …]
2 * Device Tree Source for the r8a7795 SoC11 #include <dt-bindings/clock/r8a7795-cpg-mssr.h>12 #include <dt-bindings/interrupt-controller/arm-gic.h>13 #include <dt-bindings/power/r8a7795-sysc.h>16 compatible = "renesas,r8a7795";17 #address-cells = <2>;18 #size-cells = <2>;32 compatible = "arm,psci-1.0", "arm,psci-0.2";37 #address-cells = <1>;38 #size-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car H3 (R8A77951) SoC8 #include <dt-bindings/clock/r8a7795-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/r8a7795-sysc.h>15 compatible = "renesas,r8a7795";16 #address-cells = <2>;17 #size-cells = <2>;36 compatible = "fixed-clock";37 #clock-cells = <0>;[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...