[roll] Roll fuchsia [devicetree] Add registers visitor

Add devicetree bindings and parser for fuchsia register driver
which allows for sharing of MMIO regions. This is unique to fuchsia and
hence we are defining the binding associated with such device types.
This is different from the `reg` field in devicetree, which represents
unshared MMIO regions.

Original-Fixed: b/306192074
Test: registers-visitor-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/935596
Original-Revision: baea4c1dea148d3b26fdde2407d2caeb2921aaa1
GitOrigin-RevId: b040c0e3ee2caf903abec1623e53dd15e0b34ec4
Change-Id: I84dd4504e4fe12227985beade59c4911074cb2ce
1 file changed
tree: 66b4ec1f860ea551882a675bc18201ff01b03bd7
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.