| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/clock/renesas,r9a06g032-sysctrl.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Renesas RZ/N1D (R9A06G032) System Controller |
| - Fabrizio Castro <fabrizio.castro.jz@renesas.com> |
| - Geert Uytterhoeven <geert+renesas@glider.be> |
| const: renesas,r9a06g032-sysctrl |
| - description: External 40 MHz crystal |
| - description: Optional external 32.768 kHz crystal |
| - description: Optional external JTAG input |
| - description: Optional external RGMII_REFCLK |
| "^dma-router@[a-f0-9]+$": |
| $ref: /schemas/dma/renesas,rzn1-dmamux.yaml# |
| additionalProperties: false |
| sysctrl: system-controller@4000c000 { |
| compatible = "renesas,r9a06g032-sysctrl"; |
| reg = <0x4000c000 0x1000>; |
| clocks = <&ext_mclk>, <&ext_rtc_clk>, <&ext_jtag_clk>, |
| clock-names = "mclk", "rtc", "jtag", "rgmii_ref_ext"; |
| #power-domain-cells = <0>; |