28 lines
408 B
YAML
28 lines
408 B
YAML
---
|
|
title: RV32M1 Pinmux
|
|
version: 0.1
|
|
|
|
description: >
|
|
This is a representation of the RV32M1 Pinmux node
|
|
|
|
inherits:
|
|
!include base.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "openisa,rv32m1-pinmux"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
clocks:
|
|
type: array
|
|
description: clock gate information
|
|
generation: define
|
|
category: required
|
|
|
|
"#cells":
|
|
- pin
|
|
- function
|
|
...
|