[roll] Roll fuchsia [fdf] Add pdev nodes for remaining "singleton" devices

There are drivers which are software singletons which are used outside
of test only situations. Until we find a better strategy for handling
these singletons, we will create 3 devices for these instead. This is
similar to how we handle sysmem, although sysmem is currently added via
board drivers.

A future change will move all clients to use the new location, followed
by removal of binding to the test and misc devices.

Original-Bug: 77388
Tested: ran ffx driver dump and observed drivers bound to new location.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/555043
Original-Revision: bc07a7851846712529c74ec99ab687e083d3e13b
GitOrigin-RevId: b1e8b5b62c1dc975f1df48166c73b397a5a551b6
Change-Id: Iaf3f53ef2017c18d52e622d47cbe08f202f147cb
1 file changed
tree: 6a2a163e4690fbd26703ac26aa2ce8d14f0a7368
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.