[roll] Roll fuchsia [platform-bus] Add inspect data

Create inspect data for the platform bus driver. Create a node for each platform device. Add the interrupt vectors used when a
platform device creates interrupts.

Here's an example:
```
$ ffx inspect show
bootstrap/boot-drivers:dev:
  metadata:
    name = platform-bus
    component_url = fuchsia-boot:///platform-bus#meta/platform-bus.cm
    timestamp = 42362655666
  payload:
    root:
      adc-9000-platform-device:
        interrupt_vectors = [232]
      adc-buttons-platform-device:
        interrupt_vectors = []
      arm-mali-0-platform-device:
        interrupt_vectors = [192, 194, 193]
      audio-controller-ff642000-platform-device:
        interrupt_vectors = []
```

Original-Bug: 349126818
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1072692
Original-Revision: e409300085e38da8d020bfe0b6c5d5b10c250cb8
GitOrigin-RevId: 0f2fbf0c262b7b3a5310bb5b08dbd495238ed1ab
Change-Id: Ifb4e2359209330f75628fcf2b5729cf153729188
1 file changed
tree: 2b129467ecfcc1a93edd54b403acd52de6ddbd35
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.