Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add schema for GPIO nexus nodes #143

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Ayush1325
Copy link

Nexus nodes were introduced with devicetree specification 0.3 and allow routing gpios, clock, etc to different controllers, etc.

Here I am trying to introduce GPIO nexus node binding since I am not sure how dependence for a general nexus node might be written.

I am also removing #gpio-cells dependence on gpio-controller since nexus node is not a controller.

dtschema/schemas/gpio/gpio-nexus-node.yaml Outdated Show resolved Hide resolved
dtschema/schemas/gpio/gpio-nexus-node.yaml Outdated Show resolved Hide resolved
dtschema/schemas/gpio/gpio.yaml Outdated Show resolved Hide resolved
Nexus node [0] introduced with devicetree spec v0.3 allow routing GPIO,
clock, etc.

For a GPIO nexus node, the dependence of #gpio-cells on gpio-controller
does not make sense.

[0]: https://devicetree-specification.readthedocs.io/en/v0.3/devicetree-basics.html#nexus-nodes-and-specifier-mapping

Signed-off-by: Ayush Singh <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants