Skip to content

Add Device Tree section #329

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

Merged
merged 1 commit into from
Aug 8, 2025
Merged

Add Device Tree section #329

merged 1 commit into from
Aug 8, 2025

Conversation

jserv
Copy link
Contributor

@jserv jserv commented Aug 6, 2025

This commit adds 'devicetree.c' and 'dt-overlay.dts', demonstrating the platform driver and DT interaction. Also, it adds comprehensive Device Tree section to documentation covering:

  • Introduction to Device Tree concepts
  • Integration with kernel modules
  • Property reading examples
  • Testing methods and common functions

Close #35

Summary by Bito

This pull request introduces a new platform driver in 'devicetree.c' and a device tree overlay in 'dt-overlay.dts', enhancing the interaction between device trees and kernel modules. It also improves documentation on Device Tree concepts, providing integration examples and testing approaches to aid development in embedded systems.

@jserv jserv requested a review from linD026 August 6, 2025 05:18
@jserv
Copy link
Contributor Author

jserv commented Aug 6, 2025

I would like to ask @johnnylord for reviewing.

@jserv jserv force-pushed the device-tree branch 2 times, most recently from 3627ad8 to f67fb83 Compare August 6, 2025 06:58
This commit adds 'devicetree.c' and 'dt-overlay.dts', demonstrating the
platform driver and DT interaction. Also, it adds comprehensive Device
Tree section to documentation covering:
* Introduction to Device Tree concepts
* Integration with kernel modules
* Property reading examples
* Testing methods and common functions

Close #35
@jserv jserv merged commit 3bce62e into master Aug 8, 2025
1 check passed
@jserv jserv deleted the device-tree branch August 8, 2025 11:50
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.

Device-tree support
1 participant