[roll] Roll fuchsia [devicetee] Revamp reference property parser

Often devicetree nodes have properties which are connected to a
reference property eg: clock-names, assigned-clock-rates etc. This CL
updates the reference parser library to parse several properties at once
and therefore help the visitor to connect associated properties using
the vector of property values.

Also removed the callback mechanism of reference parser and moved to an
iterator approach as it is gives more flexibility to the visitor to
access other properties it wishes to in the same Visit call.

Original-Fixed: 321825187
Test: devicetree-manager-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/978559
Original-Revision: c189c4fb0320a8266904ca95edb9fcd8b756f60a
GitOrigin-RevId: d3ad3727217014c8a6cd557fb1895bdb4e4e6c3c
Change-Id: Ic512790d7b5ccb4e8b37ab888d516c9b773ba47f
1 file changed
tree: 99fd1a753437811fac83a2e6d564ca6cb498b4fd
  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.