Skip to content
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

add DT Schema YAML for StarFive #23

Merged
merged 2 commits into from
Jun 16, 2021
Merged

add DT Schema YAML for StarFive #23

merged 2 commits into from
Jun 16, 2021

Commits on Jun 16, 2021

  1. dt-bindings: riscv: add starfive jh7100 bindings

    Add DT binding documentation for the StarFive JH7100 Soc [1] and the
    BeagleV Starlight JH7100 board [2].
    
    [1] https://github.com/starfive-tech/beaglev_doc
    [2] https://github.com/beagleboard/beaglev-starlight
    
    Signed-off-by: Drew Fustini <drew@beagleboard.org>
    pdp7 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    f1f4dc8 View commit details
    Browse the repository at this point in the history
  2. riscv: dts: jh7100: fix soc node compatible

    The soc node should only have "simple-bus" in compatible. This matches
    what is done for:
    
      microchip/microchip-mpfs.dtsi
      canaan/k210.dtsi
      sifive/fu740-c000.dtsi
    
    This allows starfive.yaml to pass dt_binding_check without adding:
    
          - items:
              - const: starfive,jh7100
              - const: simple-bus
    
    Signed-off-by: Drew Fustini <drew@beagleboard.org>
    pdp7 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    0b0891d View commit details
    Browse the repository at this point in the history