| # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause |
| $id: http://devicetree.org/schemas/i3c/silvaco,i3c-master.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Silvaco I3C master |
| - Conor Culhane <conor.culhane@silvaco.com> |
| const: silvaco,i3c-master-v1 |
| - description: system clock |
| - description: other (slower) events clock |
| unevaluatedProperties: false |
| compatible = "silvaco,i3c-master-v1"; |
| clocks = <&zynqmp_clk 71>, <&fclk>, <&sclk>; |
| clock-names = "pclk", "fast_clk", "slow_clk"; |
| interrupt-parent = <&gic>; |
| reg = <0xa0000000 0x1000>; |