devicetree/ └── base ├── #address-cells ├── aliases │   ├── ethernet0 │   ├── ethernet1 │   ├── ethernet2 │   ├── ethernet3 │   ├── i2c0 │   ├── i2c1 │   ├── i2c2 │   ├── i2c3 │   ├── i2c4 │   ├── i2c5 │   ├── i2c6 │   ├── i2c8 │   ├── mmc0 │   ├── mmc1 │   ├── mmc2 │   ├── name │   ├── serial0 │   ├── serial1 │   ├── serial10 │   ├── serial11 │   ├── serial12 │   ├── serial13 │   ├── serial14 │   ├── serial15 │   ├── serial16 │   ├── serial2 │   ├── serial3 │   ├── serial4 │   ├── serial5 │   ├── serial6 │   ├── serial7 │   ├── serial8 │   ├── serial9 │   ├── spi0 │   ├── spi1 │   ├── spi2 │   └── spi3 ├── apb-pclk │   ├── #clock-cells │   ├── clock-frequency │   ├── clock-output-names │   ├── compatible │   ├── name │   └── phandle ├── chosen │   ├── bootargs │   ├── boot-hartid │   ├── linux,initrd-end │   ├── linux,initrd-start │   ├── name │   ├── stdout-path │   └── u-boot,version ├── clocks │   ├── clock-1m │   │   ├── #clock-cells │   │   ├── clock-frequency │   │   ├── clock-output-names │   │   ├── compatible │   │   ├── name │   │   └── phandle │   ├── clock-24m │   │   ├── #clock-cells │   │   ├── clock-frequency │   │   ├── clock-output-names │   │   ├── compatible │   │   ├── name │   │   └── phandle │   ├── clock-32k │   │   ├── #clock-cells │   │   ├── clock-frequency │   │   ├── clock-output-names │   │   ├── compatible │   │   ├── name │   │   └── phandle │   ├── clock-3m │   │   ├── #clock-cells │   │   ├── clock-frequency │   │   ├── clock-output-names │   │   ├── compatible │   │   ├── name │   │   └── phandle │   ├── clock-external │   │   ├── #clock-cells │   │   ├── clock-frequency │   │   ├── clock-output-names │   │   ├── compatible │   │   ├── name │   │   └── phandle │   ├── clock-reserved │   │   ├── #clock-cells │   │   ├── clock-frequency │   │   ├── clock-output-names │   │   ├── compatible │   │   ├── name │   │   └── phandle │   └── name ├── compatible ├── cpus │   ├── #address-cells │   ├── cpu@0 │   │   ├── clock-names │   │   ├── clocks │   │   ├── clst-supply │   │   ├── compatible │   │   ├── #cooling-cells │   │   ├── cpu-idle-states │   │   ├── d-cache-block-size │   │   ├── d-cache-sets │   │   ├── d-cache-size │   │   ├── debug │   │   │   ├── compatible │   │   │   ├── name │   │   │   └── trigger-module │   │   │   ├── hcontext-present │   │   │   ├── mcontext-present │   │   │   ├── name │   │   │   └── scontext-present │   │   ├── device_type │   │   ├── i-cache-block-size │   │   ├── i-cache-sets │   │   ├── i-cache-size │   │   ├── interrupt-controller │   │   │   ├── compatible │   │   │   ├── #interrupt-cells │   │   │   ├── interrupt-controller │   │   │   ├── name │   │   │   └── phandle │   │   ├── mmu-type │   │   ├── model │   │   ├── name │   │   ├── next-level-cache │   │   ├── operating-points-v2 │   │   ├── phandle │   │   ├── reg │   │   ├── riscv,cbom-block-size │   │   ├── riscv,cbop-block-size │   │   ├── riscv,cboz-block-size │   │   ├── riscv,isa │   │   ├── riscv,isa-base │   │   ├── riscv,isa-extensions │   │   └── status │   ├── cpu@1 │   │   ├── clock-names │   │   ├── clocks │   │   ├── clst-supply │   │   ├── compatible │   │   ├── #cooling-cells │   │   ├── cpu-idle-states │   │   ├── d-cache-block-size │   │   ├── d-cache-sets │   │   ├── d-cache-size │   │   ├── debug │   │   │   ├── compatible │   │   │   ├── name │   │   │   └── trigger-module │   │   │   ├── hcontext-present │   │   │   ├── mcontext-present │   │   │   ├── name │   │   │   └── scontext-present │   │   ├── device_type │   │   ├── i-cache-block-size │   │   ├── i-cache-sets │   │   ├── i-cache-size │   │   ├── interrupt-controller │   │   │   ├── compatible │   │   │   ├── #interrupt-cells │   │   │   ├── interrupt-controller │   │   │   ├── name │   │   │   └── phandle │   │   ├── mmu-type │   │   ├── model │   │   ├── name │   │   ├── next-level-cache │   │   ├── operating-points-v2 │   │   ├── phandle │   │   ├── reg │   │   ├── riscv,cbom-block-size │   │   ├── riscv,cbop-block-size │   │   ├── riscv,cboz-block-size │   │   ├── riscv,isa │   │   ├── riscv,isa-base │   │   ├── riscv,isa-extensions │   │   └── status │   ├── cpu@10 │   │   ├── clock-names │   │   ├── clocks │   │   ├── compatible │   │   ├── #cooling-cells │   │   ├── cpu-ai │   │   ├── cpu-idle-states │   │   ├── d-cache-block-size │   │   ├── d-cache-sets │   │   ├── d-cache-size │   │   ├── debug │   │   │   ├── compatible │   │   │   ├── name │   │   │   └── trigger-module │   │   │   ├── hcontext-present │   │   │   ├── mcontext-present │   │   │   ├── name │   │   │   └── scontext-present │   │   ├── device_type │   │   ├── i-cache-block-size │   │   ├── i-cache-sets │   │   ├── i-cache-size │   │   ├── interrupt-controller │   │   │   ├── compatible │   │   │   ├── #interrupt-cells │   │   │   ├── interrupt-controller │   │   │   ├── name │   │   │   └── phandle │   │   ├── mmu-type │   │   ├── model │   │   ├── name │   │   ├── next-level-cache │   │   ├── operating-points-v2 │   │   ├── phandle │   │   ├── reg │   │   ├── riscv,cbom-block-size │   │   ├── riscv,cbop-block-size │   │   ├── riscv,cboz-block-size │   │   ├── riscv,isa │   │   ├── riscv,isa-base │   │   ├── riscv,isa-extensions │   │   └── status │   ├── cpu@11 │   │   ├── clock-names │   │   ├── clocks │   │   ├── compatible │   │   ├── #cooling-cells │   │   ├── cpu-ai │   │   ├── cpu-idle-states │   │   ├── d-cache-block-size │   │   ├── d-cache-sets │   │   ├── d-cache-size │   │   ├── debug │   │   │   ├── compatible │   │   │   ├── name │   │   │   └── trigger-module │   │   │   ├── hcontext-present │   │   │   ├── mcontext-present │   │   │   ├── name │   │   │   └── scontext-present │   │   ├── device_type │   │   ├── i-cache-block-size │   │   ├── i-cache-sets │   │   ├── i-cache-size │   │   ├── interrupt-controller │   │   │   ├── compatible │   │   │   ├── #interrupt-cells │   │   │   ├── interrupt-controller │   │   │   ├── name │   │   │   └── phandle │   │   ├── mmu-type │   │   ├── model │   │   ├── name │   │   ├── next-level-cache │   │   ├── operating-points-v2 │   │   ├── phandle │   │   ├── reg │   │   ├── riscv,cbom-block-size │   │   ├── riscv,cbop-block-size │   │   ├── riscv,cboz-block-size │   │   ├── riscv,isa │   │   ├── riscv,isa-base │   │   ├── riscv,isa-extensions │   │   └── status │   ├── cpu@12 │   │   ├── clock-names │   │   ├── clocks │   │   ├── compatible │   │   ├── #cooling-cells │   │   ├── cpu-ai │   │   ├── cpu-idle-states │   │   ├── d-cache-block-size │   │   ├── d-cache-sets │   │   ├── d-cache-size │   │   ├── debug │   │   │   ├── compatible │   │   │   ├── name │   │   │   └── trigger-module │   │   │   ├── hcontext-present │   │   │   ├── mcontext-present │   │   │   ├── name │   │   │   └── scontext-present │   │   ├── device_type │   │   ├── i-cache-block-size │   │   ├── i-cache-sets │   │   ├── i-cache-size │   │   ├── interrupt-controller │   │   │   ├── compatible │   │   │   ├── #interrupt-cells │   │   │   ├── interrupt-controller │   │   │   ├── name │   │   │   └── phandle │   │   ├── mmu-type │   │   ├── model │   │   ├── name │   │   ├── next-level-cache │   │   ├── operating-points-v2 │   │   ├── phandle │   │   ├── reg │   │   ├── riscv,cbom-block-size │   │   ├── riscv,cbop-block-size │   │   ├── riscv,cboz-block-size │   │   ├── riscv,isa │   │   ├── riscv,isa-base │   │   ├── riscv,isa-extensions │   │   └── status │   ├── cpu@13 │   │   ├── clock-names │   │   ├── clocks │   │   ├── compatible │   │   ├── #cooling-cells │   │   ├── cpu-ai │   │   ├── cpu-idle-states │   │   ├── d-cache-block-size │   │   ├── d-cache-sets │   │   ├── d-cache-size │   │   ├── debug │   │   │   ├── compatible │   │   │   ├── name │   │   │   └── trigger-module │   │   │   ├── hcontext-present │   │   │   ├── mcontext-present │   │   │   ├── name │   │   │   └── scontext-present │   │   ├── device_type │   │   ├── i-cache-block-size │   │   ├── i-cache-sets │   │   ├── i-cache-size │   │   ├── interrupt-controller │   │   │   ├── compatible │   │   │   ├── #interrupt-cells │   │   │   ├── interrupt-controller │   │   │   ├── name │   │   │   └── phandle │   │   ├── mmu-type │   │   ├── model │   │   ├── name │   │   ├── next-level-cache │   │   ├── operating-points-v2 │   │   ├── phandle │   │   ├── reg │   │   ├── riscv,cbom-block-size │   │   ├── riscv,cbop-block-size │   │   ├── riscv,cboz-block-size │   │   ├── riscv,isa │   │   ├── riscv,isa-base │   │   ├── riscv,isa-extensions │   │   └── status │   ├── cpu@14 │   │   ├── clock-names │   │   ├── clocks │   │   ├── compatible │   │   ├── #cooling-cells │   │   ├── cpu-ai │   │   ├── cpu-idle-states │   │   ├── d-cache-block-size │   │   ├── d-cache-sets │   │   ├── d-cache-size │   │   ├── debug │   │   │   ├── compatible │   │   │   ├── name │   │   │   └── trigger-module │   │   │   ├── hcontext-present │   │   │   ├── mcontext-present │   │   │   ├── name │   │   │   └── scontext-present │   │   ├── device_type │   │   ├── i-cache-block-size │   │   ├── i-cache-sets │   │   ├── i-cache-size │   │   ├── interrupt-controller │   │   │   ├── compatible │   │   │   ├── #interrupt-cells │   │   │   ├── interrupt-controller │   │   │   ├── name │   │   │   └── phandle │   │   ├── mmu-type │   │   ├── model │   │   ├── name │   │   ├── next-level-cache │   │   ├── operating-points-v2 │   │   ├── phandle │   │   ├── reg │   │   ├── riscv,cbom-block-size │   │   ├── riscv,cbop-block-size │   │   ├── riscv,cboz-block-size │   │   ├── riscv,isa │   │   ├── riscv,isa-base │   │   ├── riscv,isa-extensions │   │   └── status │   ├── cpu@15 │   │   ├── clock-names │   │   ├── clocks │   │   ├── compatible │   │   ├── #cooling-cells │   │   ├── cpu-ai │   │   ├── cpu-idle-states │   │   ├── d-cache-block-size │   │   ├── d-cache-sets │   │   ├── d-cache-size │   │   ├── debug │   │   │   ├── compatible │   │   │   ├── name │   │   │   └── trigger-module │   │   │   ├── hcontext-present │   │   │   ├── mcontext-present │   │   │   ├── name │   │   │   └── scontext-present │   │   ├── device_type │   │   ├── i-cache-block-size │   │   ├── i-cache-sets │   │   ├── i-cache-size │   │   ├── interrupt-controller │   │   │   ├── compatible │   │   │   ├── #interrupt-cells │   │   │   ├── interrupt-controller │   │   │   ├── name │   │   │   └── phandle │   │   ├── mmu-type │   │   ├── model │   │   ├── name │   │   ├── next-level-cache │   │   ├── operating-points-v2 │   │   ├── phandle │   │   ├── reg │   │   ├── riscv,cbom-block-size │   │   ├── riscv,cbop-block-size │   │   ├── riscv,cboz-block-size │   │   ├── riscv,isa │   │   ├── riscv,isa-base │   │   ├── riscv,isa-extensions │   │   └── status │   ├── cpu@2 │   │   ├── clock-names │   │   ├── clocks │   │   ├── clst-supply │   │   ├── compatible │   │   ├── #cooling-cells │   │   ├── cpu-idle-states │   │   ├── d-cache-block-size │   │   ├── d-cache-sets │   │   ├── d-cache-size │   │   ├── debug │   │   │   ├── compatible │   │   │   ├── name │   │   │   └── trigger-module │   │   │   ├── hcontext-present │   │   │   ├── mcontext-present │   │   │   ├── name │   │   │   └── scontext-present │   │   ├── device_type │   │   ├── i-cache-block-size │   │   ├── i-cache-sets │   │   ├── i-cache-size │   │   ├── interrupt-controller │   │   │   ├── compatible │   │   │   ├── #interrupt-cells │   │   │   ├── interrupt-controller │   │   │   ├── name │   │   │   └── phandle │   │   ├── mmu-type │   │   ├── model │   │   ├── name │   │   ├── next-level-cache │   │   ├── operating-points-v2 │   │   ├── phandle │   │   ├── reg │   │   ├── riscv,cbom-block-size │   │   ├── riscv,cbop-block-size │   │   ├── riscv,cboz-block-size │   │   ├── riscv,isa │   │   ├── riscv,isa-base │   │   ├── riscv,isa-extensions │   │   └── status │   ├── cpu@3 │   │   ├── clock-names │   │   ├── clocks │   │   ├── clst-supply │   │   ├── compatible │   │   ├── #cooling-cells │   │   ├── cpu-idle-states │   │   ├── d-cache-block-size │   │   ├── d-cache-sets │   │   ├── d-cache-size │   │   ├── debug │   │   │   ├── compatible │   │   │   ├── name │   │   │   └── trigger-module │   │   │   ├── hcontext-present │   │   │   ├── mcontext-present │   │   │   ├── name │   │   │   └── scontext-present │   │   ├── device_type │   │   ├── i-cache-block-size │   │   ├── i-cache-sets │   │   ├── i-cache-size │   │   ├── interrupt-controller │   │   │   ├── compatible │   │   │   ├── #interrupt-cells │   │   │   ├── interrupt-controller │   │   │   ├── name │   │   │   └── phandle │   │   ├── mmu-type │   │   ├── model │   │   ├── name │   │   ├── next-level-cache │   │   ├── operating-points-v2 │   │   ├── phandle │   │   ├── reg │   │   ├── riscv,cbom-block-size │   │   ├── riscv,cbop-block-size │   │   ├── riscv,cboz-block-size │   │   ├── riscv,isa │   │   ├── riscv,isa-base │   │   ├── riscv,isa-extensions │   │   └── status │   ├── cpu@4 │   │   ├── clock-names │   │   ├── clocks │   │   ├── clst-supply │   │   ├── compatible │   │   ├── #cooling-cells │   │   ├── cpu-idle-states │   │   ├── d-cache-block-size │   │   ├── d-cache-sets │   │   ├── d-cache-size │   │   ├── debug │   │   │   ├── compatible │   │   │   ├── name │   │   │   └── trigger-module │   │   │   ├── hcontext-present │   │   │   ├── mcontext-present │   │   │   ├── name │   │   │   └── scontext-present │   │   ├── device_type │   │   ├── i-cache-block-size │   │   ├── i-cache-sets │   │   ├── i-cache-size │   │   ├── interrupt-controller │   │   │   ├── compatible │   │   │   ├── #interrupt-cells │   │   │   ├── interrupt-controller │   │   │   ├── name │   │   │   └── phandle │   │   ├── mmu-type │   │   ├── model │   │   ├── name │   │   ├── next-level-cache │   │   ├── operating-points-v2 │   │   ├── phandle │   │   ├── reg │   │   ├── riscv,cbom-block-size │   │   ├── riscv,cbop-block-size │   │   ├── riscv,cboz-block-size │   │   ├── riscv,isa │   │   ├── riscv,isa-base │   │   ├── riscv,isa-extensions │   │   └── status │   ├── cpu@5 │   │   ├── clock-names │   │   ├── clocks │   │   ├── clst-supply │   │   ├── compatible │   │   ├── #cooling-cells │   │   ├── cpu-idle-states │   │   ├── d-cache-block-size │   │   ├── d-cache-sets │   │   ├── d-cache-size │   │   ├── debug │   │   │   ├── compatible │   │   │   ├── name │   │   │   └── trigger-module │   │   │   ├── hcontext-present │   │   │   ├── mcontext-present │   │   │   ├── name │   │   │   └── scontext-present │   │   ├── device_type │   │   ├── i-cache-block-size │   │   ├── i-cache-sets │   │   ├── i-cache-size │   │   ├── interrupt-controller │   │   │   ├── compatible │   │   │   ├── #interrupt-cells │   │   │   ├── interrupt-controller │   │   │   ├── name │   │   │   └── phandle │   │   ├── mmu-type │   │   ├── model │   │   ├── name │   │   ├── next-level-cache │   │   ├── operating-points-v2 │   │   ├── phandle │   │   ├── reg │   │   ├── riscv,cbom-block-size │   │   ├── riscv,cbop-block-size │   │   ├── riscv,cboz-block-size │   │   ├── riscv,isa │   │   ├── riscv,isa-base │   │   ├── riscv,isa-extensions │   │   └── status │   ├── cpu@6 │   │   ├── clock-names │   │   ├── clocks │   │   ├── clst-supply │   │   ├── compatible │   │   ├── #cooling-cells │   │   ├── cpu-idle-states │   │   ├── d-cache-block-size │   │   ├── d-cache-sets │   │   ├── d-cache-size │   │   ├── debug │   │   │   ├── compatible │   │   │   ├── name │   │   │   └── trigger-module │   │   │   ├── hcontext-present │   │   │   ├── mcontext-present │   │   │   ├── name │   │   │   └── scontext-present │   │   ├── device_type │   │   ├── i-cache-block-size │   │   ├── i-cache-sets │   │   ├── i-cache-size │   │   ├── interrupt-controller │   │   │   ├── compatible │   │   │   ├── #interrupt-cells │   │   │   ├── interrupt-controller │   │   │   ├── name │   │   │   └── phandle │   │   ├── mmu-type │   │   ├── model │   │   ├── name │   │   ├── next-level-cache │   │   ├── operating-points-v2 │   │   ├── phandle │   │   ├── reg │   │   ├── riscv,cbom-block-size │   │   ├── riscv,cbop-block-size │   │   ├── riscv,cboz-block-size │   │   ├── riscv,isa │   │   ├── riscv,isa-base │   │   ├── riscv,isa-extensions │   │   └── status │   ├── cpu@7 │   │   ├── clock-names │   │   ├── clocks │   │   ├── clst-supply │   │   ├── compatible │   │   ├── #cooling-cells │   │   ├── cpu-idle-states │   │   ├── d-cache-block-size │   │   ├── d-cache-sets │   │   ├── d-cache-size │   │   ├── debug │   │   │   ├── compatible │   │   │   ├── name │   │   │   └── trigger-module │   │   │   ├── hcontext-present │   │   │   ├── mcontext-present │   │   │   ├── name │   │   │   └── scontext-present │   │   ├── device_type │   │   ├── i-cache-block-size │   │   ├── i-cache-sets │   │   ├── i-cache-size │   │   ├── interrupt-controller │   │   │   ├── compatible │   │   │   ├── #interrupt-cells │   │   │   ├── interrupt-controller │   │   │   ├── name │   │   │   └── phandle │   │   ├── mmu-type │   │   ├── model │   │   ├── name │   │   ├── next-level-cache │   │   ├── operating-points-v2 │   │   ├── phandle │   │   ├── reg │   │   ├── riscv,cbom-block-size │   │   ├── riscv,cbop-block-size │   │   ├── riscv,cboz-block-size │   │   ├── riscv,isa │   │   ├── riscv,isa-base │   │   ├── riscv,isa-extensions │   │   └── status │   ├── cpu@8 │   │   ├── clock-names │   │   ├── clocks │   │   ├── compatible │   │   ├── #cooling-cells │   │   ├── cpu-ai │   │   ├── cpu-idle-states │   │   ├── d-cache-block-size │   │   ├── d-cache-sets │   │   ├── d-cache-size │   │   ├── debug │   │   │   ├── compatible │   │   │   ├── name │   │   │   └── trigger-module │   │   │   ├── hcontext-present │   │   │   ├── mcontext-present │   │   │   ├── name │   │   │   └── scontext-present │   │   ├── device_type │   │   ├── i-cache-block-size │   │   ├── i-cache-sets │   │   ├── i-cache-size │   │   ├── interrupt-controller │   │   │   ├── compatible │   │   │   ├── #interrupt-cells │   │   │   ├── interrupt-controller │   │   │   ├── name │   │   │   └── phandle │   │   ├── mmu-type │   │   ├── model │   │   ├── name │   │   ├── next-level-cache │   │   ├── operating-points-v2 │   │   ├── phandle │   │   ├── reg │   │   ├── riscv,cbom-block-size │   │   ├── riscv,cbop-block-size │   │   ├── riscv,cboz-block-size │   │   ├── riscv,isa │   │   ├── riscv,isa-base │   │   ├── riscv,isa-extensions │   │   └── status │   ├── cpu@9 │   │   ├── clock-names │   │   ├── clocks │   │   ├── compatible │   │   ├── #cooling-cells │   │   ├── cpu-ai │   │   ├── cpu-idle-states │   │   ├── d-cache-block-size │   │   ├── d-cache-sets │   │   ├── d-cache-size │   │   ├── debug │   │   │   ├── compatible │   │   │   ├── name │   │   │   └── trigger-module │   │   │   ├── hcontext-present │   │   │   ├── mcontext-present │   │   │   ├── name │   │   │   └── scontext-present │   │   ├── device_type │   │   ├── i-cache-block-size │   │   ├── i-cache-sets │   │   ├── i-cache-size │   │   ├── interrupt-controller │   │   │   ├── compatible │   │   │   ├── #interrupt-cells │   │   │   ├── interrupt-controller │   │   │   ├── name │   │   │   └── phandle │   │   ├── mmu-type │   │   ├── model │   │   ├── name │   │   ├── next-level-cache │   │   ├── operating-points-v2 │   │   ├── phandle │   │   ├── reg │   │   ├── riscv,cbom-block-size │   │   ├── riscv,cbop-block-size │   │   ├── riscv,cboz-block-size │   │   ├── riscv,isa │   │   ├── riscv,isa-base │   │   ├── riscv,isa-extensions │   │   └── status │   ├── cpu-map │   │   ├── cluster0 │   │   │   ├── core0 │   │   │   │   ├── cpu │   │   │   │   └── name │   │   │   ├── core1 │   │   │   │   ├── cpu │   │   │   │   └── name │   │   │   ├── core2 │   │   │   │   ├── cpu │   │   │   │   └── name │   │   │   ├── core3 │   │   │   │   ├── cpu │   │   │   │   └── name │   │   │   └── name │   │   ├── cluster1 │   │   │   ├── core0 │   │   │   │   ├── cpu │   │   │   │   └── name │   │   │   ├── core1 │   │   │   │   ├── cpu │   │   │   │   └── name │   │   │   ├── core2 │   │   │   │   ├── cpu │   │   │   │   └── name │   │   │   ├── core3 │   │   │   │   ├── cpu │   │   │   │   └── name │   │   │   └── name │   │   ├── cluster2 │   │   │   ├── core0 │   │   │   │   ├── cpu │   │   │   │   └── name │   │   │   ├── core1 │   │   │   │   ├── cpu │   │   │   │   └── name │   │   │   ├── core2 │   │   │   │   ├── cpu │   │   │   │   └── name │   │   │   ├── core3 │   │   │   │   ├── cpu │   │   │   │   └── name │   │   │   └── name │   │   ├── cluster3 │   │   │   ├── core0 │   │   │   │   ├── cpu │   │   │   │   └── name │   │   │   ├── core1 │   │   │   │   ├── cpu │   │   │   │   └── name │   │   │   ├── core2 │   │   │   │   ├── cpu │   │   │   │   └── name │   │   │   ├── core3 │   │   │   │   ├── cpu │   │   │   │   └── name │   │   │   └── name │   │   └── name │   ├── l2-cache1 │   │   ├── cache-block-size │   │   ├── cache-level │   │   ├── cache-sets │   │   ├── cache-size │   │   ├── cache-unified │   │   ├── compatible │   │   ├── name │   │   └── phandle │   ├── l2-cache2 │   │   ├── cache-block-size │   │   ├── cache-level │   │   ├── cache-sets │   │   ├── cache-size │   │   ├── cache-unified │   │   ├── compatible │   │   ├── name │   │   └── phandle │   ├── l2-cache3 │   │   ├── cache-block-size │   │   ├── cache-level │   │   ├── cache-sets │   │   ├── cache-size │   │   ├── cache-unified │   │   ├── compatible │   │   ├── name │   │   └── phandle │   ├── l2-cache4 │   │   ├── cache-block-size │   │   ├── cache-level │   │   ├── cache-sets │   │   ├── cache-size │   │   ├── cache-unified │   │   ├── compatible │   │   ├── name │   │   └── phandle │   ├── name │   ├── opp_table0_a100 │   │   ├── clock-names │   │   ├── clocks │   │   ├── compatible │   │   ├── name │   │   ├── opp1000000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   └── opp-hz │   │   ├── opp1100000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   └── opp-hz │   │   ├── opp1200000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   └── opp-hz │   │   ├── opp1300000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   └── opp-hz │   │   ├── opp1400000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   └── opp-hz │   │   ├── opp1500000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   └── opp-hz │   │   ├── opp1600000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   └── opp-hz │   │   ├── opp1700000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   └── opp-hz │   │   ├── opp1800000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   └── opp-hz │   │   ├── opp1850000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   └── opp-hz │   │   ├── opp1900000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   └── opp-hz │   │   ├── opp2000000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   └── opp-hz │   │   ├── opp614400000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   └── opp-hz │   │   ├── opp819000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   └── opp-hz │   │   ├── opp-shared │   │   └── phandle │   ├── opp_table0_x100 │   │   ├── clock-names │   │   ├── clocks │   │   ├── compatible │   │   ├── name │   │   ├── opp1000000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   ├── opp-hz │   │   │   └── opp-microvolt │   │   ├── opp1100000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   ├── opp-hz │   │   │   └── opp-microvolt │   │   ├── opp1200000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   ├── opp-hz │   │   │   └── opp-microvolt │   │   ├── opp1300000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   ├── opp-hz │   │   │   └── opp-microvolt │   │   ├── opp1400000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   ├── opp-hz │   │   │   └── opp-microvolt │   │   ├── opp1500000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   ├── opp-hz │   │   │   └── opp-microvolt │   │   ├── opp1600000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   ├── opp-hz │   │   │   └── opp-microvolt │   │   ├── opp1700000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   ├── opp-hz │   │   │   └── opp-microvolt │   │   ├── opp1800000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   ├── opp-hz │   │   │   └── opp-microvolt │   │   ├── opp1850000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   ├── opp-hz │   │   │   └── opp-microvolt │   │   ├── opp1900000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   ├── opp-hz │   │   │   └── opp-microvolt │   │   ├── opp2000000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   ├── opp-hz │   │   │   └── opp-microvolt │   │   ├── opp2100000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   ├── opp-hz │   │   │   └── opp-microvolt │   │   ├── opp2150000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   ├── opp-hz │   │   │   └── opp-microvolt │   │   ├── opp2200000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   ├── opp-hz │   │   │   └── opp-microvolt │   │   ├── opp2300000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   ├── opp-hz │   │   │   └── opp-microvolt │   │   ├── opp2400000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   ├── opp-hz │   │   │   └── opp-microvolt │   │   ├── opp614400000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   ├── opp-hz │   │   │   └── opp-microvolt │   │   ├── opp819000000 │   │   │   ├── clock-latency-ns │   │   │   ├── name │   │   │   ├── opp-hz │   │   │   └── opp-microvolt │   │   ├── opp-shared │   │   └── phandle │   ├── #size-cells │   └── timebase-frequency ├── idle-states │   ├── cluster-nonret │   │   ├── compatible │   │   ├── entry-latency-us │   │   ├── exit-latency-us │   │   ├── idle-state-name │   │   ├── local-timer-stop │   │   ├── min-residency-us │   │   ├── name │   │   ├── phandle │   │   ├── riscv,sbi-suspend-param │   │   └── wakeup-latency-us │   ├── cpu-nonret │   │   ├── compatible │   │   ├── entry-latency-us │   │   ├── exit-latency-us │   │   ├── idle-state-name │   │   ├── local-timer-stop │   │   ├── min-residency-us │   │   ├── name │   │   ├── phandle │   │   └── riscv,sbi-suspend-param │   └── name ├── lcds │   ├── lcd_tc358762xbg_dpi_800x480 │   │   ├── burst-mode │   │   ├── display-timings │   │   │   ├── name │   │   │   └── timing0 │   │   │   ├── clock-frequency │   │   │   ├── hactive │   │   │   ├── hback-porch │   │   │   ├── hfront-porch │   │   │   ├── hsync-active │   │   │   ├── hsync-len │   │   │   ├── name │   │   │   ├── vactive │   │   │   ├── vback-porch │   │   │   ├── vfront-porch │   │   │   ├── vsync-active │   │   │   └── vsync-len │   │   ├── dsi-color-format │   │   ├── dsi-lane-number │   │   ├── dsi-work-mode │   │   ├── eotp-enable │   │   ├── esd-check-enable │   │   ├── fps │   │   ├── hbp │   │   ├── height │   │   ├── height-mm │   │   ├── hfp │   │   ├── hsync │   │   ├── initial-command │   │   ├── lane-number │   │   ├── name │   │   ├── phy-bit-clock │   │   ├── phy-escape-clock │   │   ├── phy-freq │   │   ├── rgb-mode │   │   ├── sleep-in-command │   │   ├── sleep-out-command │   │   ├── split-enable │   │   ├── use-dcs-write │   │   ├── vbp │   │   ├── vfp │   │   ├── vsync │   │   ├── width │   │   ├── width-mm │   │   └── work-mode │   ├── name │   └── status ├── memory@102000000 │   ├── device_type │   ├── name │   └── reg ├── model ├── name ├── reserved-memory │   ├── #address-cells │   ├── dpu_reserved@101b00000 │   │   ├── compatible │   │   ├── name │   │   ├── no-map │   │   ├── phandle │   │   └── reg │   ├── dpu_reserved1@101d80000 │   │   ├── compatible │   │   ├── name │   │   ├── no-map │   │   ├── phandle │   │   └── reg │   ├── linux,cma │   │   ├── alloc-ranges │   │   ├── compatible │   │   ├── linux,cma-default │   │   ├── name │   │   ├── reusable │   │   └── size │   ├── mmode_resv0@1,0 │   │   ├── name │   │   ├── no-map │   │   ├── phandle │   │   └── reg │   ├── name │   ├── ranges │   ├── rcpu0_heap@100500000 │   │   ├── name │   │   ├── no-map │   │   ├── phandle │   │   └── reg │   ├── rcpu0_pwr@100200000 │   │   ├── name │   │   ├── no-map │   │   ├── phandle │   │   └── reg │   ├── rcpu0_rsc_table@1007fc000 │   │   ├── name │   │   ├── no-map │   │   ├── phandle │   │   └── reg │   ├── rcpu1_heap@100B04000 │   │   ├── name │   │   ├── no-map │   │   ├── phandle │   │   └── reg │   ├── rcpu1_rsc_table@100e00000 │   │   ├── name │   │   ├── no-map │   │   ├── phandle │   │   └── reg │   ├── rcpu1_runtime@100804000 │   │   ├── name │   │   ├── no-map │   │   ├── phandle │   │   └── reg │   ├── rpmi0@100800000 │   │   ├── name │   │   ├── no-map │   │   └── reg │   ├── #size-cells │   ├── vdev0buffer@100700000 │   │   ├── compatible │   │   ├── name │   │   ├── no-map │   │   ├── phandle │   │   └── reg │   ├── vdev0buffer@100d04000 │   │   ├── compatible │   │   ├── name │   │   ├── no-map │   │   ├── phandle │   │   └── reg │   ├── vdev0vring0@c086c000 │   │   ├── name │   │   ├── no-map │   │   ├── phandle │   │   └── reg │   ├── vdev0vring0@c0876000 │   │   ├── name │   │   ├── no-map │   │   ├── phandle │   │   └── reg │   ├── vdev0vring1@c086f000 │   │   ├── name │   │   ├── no-map │   │   ├── phandle │   │   └── reg │   ├── vdev0vring1@c0879000 │   │   ├── name │   │   ├── no-map │   │   ├── phandle │   │   └── reg │   └── vdev0vring2@c087c000 │   ├── name │   ├── no-map │   └── reg ├── rfkill-m2-bt │   ├── compatible │   ├── label │   ├── name │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── radio-type │   └── shutdown-gpios ├── rfkill-pcie-wlan │   ├── compatible │   ├── label │   ├── name │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── radio-type │   └── shutdown-gpios ├── riscv-timer │   ├── compatible │   ├── name │   └── riscv,timer-cannot-wake-cpu ├── serial-number ├── #size-cells └── soc ├── #address-cells ├── adma0@C0883000 │   ├── compatible │   ├── #dma-cells │   ├── #dma-channels │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── phandle │   ├── reg │   ├── reg-names │   └── status ├── adma1@C0883400 │   ├── compatible │   ├── #dma-cells │   ├── #dma-channels │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── phandle │   ├── reg │   ├── reg-names │   └── status ├── adma2@C0883800 │   ├── compatible │   ├── #dma-cells │   ├── #dma-channels │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── phandle │   ├── reg │   ├── reg-names │   └── status ├── adma3@C0883C00 │   ├── compatible │   ├── #dma-cells │   ├── #dma-channels │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── phandle │   ├── reg │   ├── reg-names │   └── status ├── aidma-dev@0 │   ├── compatible │   ├── msi-parent │   ├── name │   └── status ├── bridge@d9003000 │   ├── compatible │   ├── cpus │   ├── in-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── bridge@d9005000 │   ├── compatible │   ├── cpus │   ├── in-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── bridge@d9007000 │   ├── compatible │   ├── cpus │   ├── in-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── bridge@d9009000 │   ├── compatible │   ├── cpus │   ├── in-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── bridge@d9013000 │   ├── compatible │   ├── cpus │   ├── in-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── bridge@d9015000 │   ├── compatible │   ├── cpus │   ├── in-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── bridge@d9017000 │   ├── compatible │   ├── cpus │   ├── in-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── bridge@d9019000 │   ├── compatible │   ├── cpus │   ├── in-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── bridge@d9023000 │   ├── compatible │   ├── cpus │   ├── in-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── bridge@d9025000 │   ├── compatible │   ├── cpus │   ├── in-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── bridge@d9027000 │   ├── compatible │   ├── cpus │   ├── in-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── bridge@d9029000 │   ├── compatible │   ├── cpus │   ├── in-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── bridge@d9033000 │   ├── compatible │   ├── cpus │   ├── in-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── bridge@d9035000 │   ├── compatible │   ├── cpus │   ├── in-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── bridge@d9037000 │   ├── compatible │   ├── cpus │   ├── in-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── bridge@d9039000 │   ├── compatible │   ├── cpus │   ├── in-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── cam_ccic@d4206000 │   ├── name │   └── status ├── cam_ccic@d4206800 │   ├── name │   └── status ├── cam_ccic@d420a000 │   ├── name │   └── status ├── cam_ccic@d420a800 │   ├── name │   └── status ├── cam_ccic_dma@d420f000 │   ├── name │   └── status ├── clint@e081c000 │   ├── compatible │   ├── interrupts-extended │   ├── name │   └── reg ├── clock-controller@d4090000 │   ├── #clock-cells │   ├── clocks │   ├── compatible │   ├── name │   ├── phandle │   ├── reg │   └── spacemit,mpmu ├── compatible ├── cros_ec@0 │   ├── compatible │   ├── name │   ├── reg │   └── status ├── ddrqos@0xd4282c00 │   ├── compatible │   ├── name │   ├── reg │   └── status ├── display-subsystem-dp1 │   ├── compatible │   ├── hw_ver │   ├── name │   ├── ports │   └── reg ├── display-subsystem-dsi │   ├── compatible │   ├── hw_ver │   ├── name │   ├── ports │   └── reg ├── dma-noncoherent ├── dp1@cac88000 │   ├── clock-names │   ├── clocks │   ├── color_format │   ├── compatible │   ├── dp-id │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── phandle │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── port │   │   ├── #address-cells │   │   ├── endpoint@0 │   │   │   ├── name │   │   │   ├── phandle │   │   │   ├── reg │   │   │   └── remote-endpoint │   │   ├── name │   │   └── #size-cells │   ├── ref_clock │   ├── reg │   ├── reset-names │   ├── resets │   ├── #sound-dai-cells │   └── status ├── dphy0@d421a800 │   ├── #address-cells │   ├── compatible │   ├── dev-id │   ├── ip │   ├── name │   ├── port@0 │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   ├── name │   │   └── reg │   ├── reg │   ├── #size-cells │   └── status ├── dpu1_crtc0 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── dpu-id │   ├── interrupt-names │   ├── interrupt-parent │   ├── interrupts │   ├── ip │   ├── is_edp │   ├── memory-region │   ├── name │   ├── phandle │   ├── pipeline-id │   ├── ports │   │   ├── #address-cells │   │   ├── name │   │   ├── port@0 │   │   │   ├── endpoint@0 │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   └── #size-cells │   ├── power-domains │   ├── reset-names │   ├── resets │   ├── spacemit-dpu-min-mclk │   └── status ├── dpu_crtc0 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── dpu-id │   ├── interrupt-names │   ├── interrupt-parent │   ├── interrupts │   ├── ip │   ├── is_edp │   ├── memory-region │   ├── name │   ├── phandle │   ├── pipeline-id │   ├── ports │   │   ├── #address-cells │   │   ├── name │   │   ├── port@0 │   │   │   ├── endpoint@0 │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   ├── port@1 │   │   │   ├── endpoint@1 │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   └── #size-cells │   ├── power-domains │   ├── reg │   ├── reset-names │   ├── resets │   ├── spacemit-dpu-bitclk │   ├── spacemit-dpu-dsipll │   ├── spacemit-dpu-min-mclk │   └── status ├── dpu_crtc1 │   ├── compatible │   ├── interrupt-names │   ├── interrupt-parent │   ├── interrupts │   ├── ip │   ├── is_edp │   ├── memory-region │   ├── name │   ├── phandle │   ├── pipeline-id │   ├── ports │   │   ├── #address-cells │   │   ├── name │   │   ├── port@0 │   │   │   ├── endpoint@0 │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   └── #size-cells │   ├── reg │   ├── spacemit-dpu-min-mclk │   └── status ├── dsi0@d421a800 │   ├── #address-cells │   ├── compatible │   ├── dev-id │   ├── interrupt-parent │   ├── interrupts │   ├── ip │   ├── name │   ├── panel0@0 │   │   ├── compatible │   │   ├── force-attached │   │   ├── name │   │   └── status │   ├── ports │   │   ├── #address-cells │   │   ├── name │   │   ├── port@0 │   │   │   ├── #address-cells │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── endpoint@1 │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   ├── reg │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   ├── reg │   │   │   └── #size-cells │   │   ├── port@1 │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   └── #size-cells │   ├── reg │   ├── #size-cells │   └── status ├── encoder@d9002000 │   ├── compatible │   ├── cpus │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── encoder@d9004000 │   ├── compatible │   ├── cpus │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── encoder@d9006000 │   ├── compatible │   ├── cpus │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── encoder@d9008000 │   ├── compatible │   ├── cpus │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── encoder@d9012000 │   ├── compatible │   ├── cpus │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── encoder@d9014000 │   ├── compatible │   ├── cpus │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── encoder@d9016000 │   ├── compatible │   ├── cpus │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── encoder@d9018000 │   ├── compatible │   ├── cpus │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── encoder@d9022000 │   ├── compatible │   ├── cpus │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── encoder@d9024000 │   ├── compatible │   ├── cpus │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── encoder@d9026000 │   ├── compatible │   ├── cpus │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── encoder@d9028000 │   ├── compatible │   ├── cpus │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── encoder@d9032000 │   ├── compatible │   ├── cpus │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── encoder@d9034000 │   ├── compatible │   ├── cpus │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── encoder@d9036000 │   ├── compatible │   ├── cpus │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── encoder@d9038000 │   ├── compatible │   ├── cpus │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── etf@d9043000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── in-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── ethercat_master │   ├── compatible │   ├── master0 │   │   ├── main-device │   │   └── name │   ├── master-count │   ├── name │   └── status ├── ethernet@a0000000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-names │   ├── interrupt-parent │   ├── interrupts │   ├── local-mac-address │   ├── mac-address │   ├── name │   ├── reg │   ├── reset-names │   ├── resets │   ├── snps,axi-config │   ├── spacemit,apmu │   ├── spacemit,ctrl-offset │   ├── spacemit,dline-offset │   └── status ├── ethernet@cac80000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-names │   ├── interrupt-parent │   ├── interrupts │   ├── local-mac-address │   ├── mac-address │   ├── name │   ├── reg │   ├── reset-names │   ├── resets │   ├── snps,axi-config │   ├── spacemit,apmu │   ├── spacemit,ctrl-offset │   ├── spacemit,dline-offset │   └── status ├── ethernet@cac82000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-names │   ├── interrupt-parent │   ├── interrupts │   ├── local-mac-address │   ├── mac-address │   ├── max-speed │   ├── mdio │   │   ├── #address-cells │   │   ├── compatible │   │   ├── name │   │   ├── phy@1 │   │   │   ├── compatible │   │   │   ├── device_type │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── reg │   │   └── #size-cells │   ├── name │   ├── phandle │   ├── phy-handle │   ├── phy-mode │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── reg │   ├── reset-names │   ├── resets │   ├── rx-fifo-depth │   ├── snps,axi-config │   ├── snps,force_sf_dma_mode │   ├── snps,reset-delays-us │   ├── snps,reset-gpios │   ├── snps,tso │   ├── spacemit,apmu │   ├── spacemit,clk-tuning-by-delayline │   ├── spacemit,clk-tuning-enable │   ├── spacemit,ctrl-offset │   ├── spacemit,dline-offset │   ├── spacemit,rx-phase │   ├── spacemit,tx-phase │   ├── spacemit,wake-irq-enable │   ├── status │   └── tx-fifo-depth ├── ethernet@cac8e000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-names │   ├── interrupt-parent │   ├── interrupts │   ├── local-mac-address │   ├── mac-address │   ├── name │   ├── reg │   ├── reset-names │   ├── resets │   ├── snps,axi-config │   ├── spacemit,apmu │   ├── spacemit,ctrl-offset │   ├── spacemit,dline-offset │   └── status ├── etr@d9044000 │   ├── arm,scatter-gather │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── in-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   ├── name │   └── reg ├── fdcan@c0710000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fsl,clk-source │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── resets │   └── status ├── fdcan@c0720000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fsl,clk-source │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── resets │   └── status ├── fdcan@c0730000 │   ├── clock-frequency │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fsl,clk-source │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── reg │   ├── resets │   └── status ├── fdcan@c0740000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fsl,clk-source │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── resets │   └── status ├── fdcan@c0750000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fsl,clk-source │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── resets │   └── status ├── fdcan@d4028000 │   ├── clock-frequency │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fsl,clk-source │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── reg │   ├── resets │   └── status ├── fdcan@d402c000 │   ├── clock-frequency │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fsl,clk-source │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── reg │   ├── resets │   └── status ├── fdcan@d4034000 │   ├── clock-frequency │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fsl,clk-source │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── reg │   ├── resets │   └── status ├── fdcan@d4038000 │   ├── clock-frequency │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fsl,clk-source │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── reg │   ├── resets │   └── status ├── fdcan@d403c000 │   ├── clock-frequency │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fsl,clk-source │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── reg │   ├── resets │   └── status ├── funnel@d9000000 │   ├── compatible │   ├── cpus │   ├── in-ports │   │   ├── #address-cells │   │   ├── name │   │   ├── port@0 │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   ├── port@1 │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   ├── port@2 │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   ├── port@3 │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   └── #size-cells │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── funnel@d9010000 │   ├── compatible │   ├── cpus │   ├── in-ports │   │   ├── #address-cells │   │   ├── name │   │   ├── port@0 │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   ├── port@1 │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   ├── port@2 │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   ├── port@3 │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   └── #size-cells │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── funnel@d9020000 │   ├── compatible │   ├── cpus │   ├── in-ports │   │   ├── #address-cells │   │   ├── name │   │   ├── port@0 │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   ├── port@1 │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   ├── port@2 │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   ├── port@3 │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   └── #size-cells │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── funnel@d9030000 │   ├── compatible │   ├── cpus │   ├── in-ports │   │   ├── #address-cells │   │   ├── name │   │   ├── port@0 │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   ├── port@1 │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   ├── port@2 │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   ├── port@3 │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   └── #size-cells │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── funnel@d9042000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── in-ports │   │   ├── #address-cells │   │   ├── name │   │   ├── port@0 │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   ├── port@1 │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   ├── port@2 │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   ├── port@3 │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   └── #size-cells │   ├── name │   ├── out-ports │   │   ├── name │   │   └── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   └── reg ├── gpio@d4019000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── #gpio-cells │   ├── gpio-controller │   ├── gpio-ranges │   ├── #interrupt-cells │   ├── interrupt-controller │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── phandle │   ├── reg │   ├── syscon-gpio-edge │   └── syscon-gpio-regs ├── hdma0@d8804000 │   ├── clocks │   ├── compatible │   ├── dma-coherent │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reset-names │   ├── resets │   └── status ├── hdma1@d8805000 │   ├── clocks │   ├── compatible │   ├── dma-coherent │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reset-names │   ├── resets │   └── status ├── hdma2@d8806000 │   ├── clocks │   ├── compatible │   ├── dma-coherent │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reset-names │   ├── resets │   └── status ├── hdma3@d8807000 │   ├── clocks │   ├── compatible │   ├── dma-coherent │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reset-names │   ├── resets │   └── status ├── hdma4@d8808000 │   ├── clocks │   ├── compatible │   ├── dma-coherent │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reset-names │   ├── resets │   └── status ├── hdma5@d8809000 │   ├── clocks │   ├── compatible │   ├── dma-coherent │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reset-names │   ├── resets │   └── status ├── hdma6@d880a000 │   ├── clocks │   ├── compatible │   ├── dma-coherent │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reset-names │   ├── resets │   └── status ├── hdma7@d880b000 │   ├── clocks │   ├── compatible │   ├── dma-coherent │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reset-names │   ├── resets │   └── status ├── hwspin@cac91c00 │   ├── compatible │   ├── name │   ├── reg │   └── status ├── i2c@d4010800 │   ├── #address-cells │   ├── clock-frequency │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── reg │   ├── resets │   ├── #size-cells │   ├── status │   └── tcpc@25 │   ├── compatible │   ├── connector@0 │   │   ├── compatible │   │   ├── data-role │   │   ├── label │   │   ├── name │   │   ├── pd-disable │   │   ├── ports │   │   │   ├── #address-cells │   │   │   ├── name │   │   │   ├── port@0 │   │   │   │   ├── endpoint │   │   │   │   │   ├── name │   │   │   │   │   ├── phandle │   │   │   │   │   └── remote-endpoint │   │   │   │   ├── name │   │   │   │   └── reg │   │   │   ├── port@1 │   │   │   │   ├── endpoint │   │   │   │   │   ├── name │   │   │   │   │   ├── phandle │   │   │   │   │   └── remote-endpoint │   │   │   │   ├── name │   │   │   │   └── reg │   │   │   └── #size-cells │   │   ├── power-role │   │   ├── try-power-role │   │   └── typec-power-opmode │   ├── irq-gpios │   ├── name │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── reg │   ├── status │   └── wakeup-source ├── i2c@d4011000 │   ├── #address-cells │   ├── clock-frequency │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── eeprom@50 │   │   ├── compatible │   │   ├── name │   │   ├── nvmem-layout │   │   │   ├── compatible │   │   │   ├── name │   │   │   └── product-name │   │   │   └── name │   │   ├── read-only │   │   ├── reg │   │   └── status │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── reg │   ├── resets │   ├── #size-cells │   └── status ├── i2c@d4012000 │   ├── #address-cells │   ├── clock-frequency │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── reg │   ├── resets │   ├── #size-cells │   └── status ├── i2c@d4012800 │   ├── #address-cells │   ├── clock-frequency │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── resets │   ├── #size-cells │   └── status ├── i2c@d4013800 │   ├── #address-cells │   ├── clock-frequency │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── resets │   ├── #size-cells │   └── status ├── i2c@d4018800 │   ├── #address-cells │   ├── clock-frequency │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── ctf2301@4c │   │   ├── compatible │   │   ├── #cooling-cells │   │   ├── name │   │   ├── phandle │   │   └── reg │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── reg │   ├── resets │   ├── #size-cells │   └── status ├── i2c@d401d800 │   ├── #address-cells │   ├── clock-frequency │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── resets │   ├── #size-cells │   └── status ├── i2c@f0614000 │   ├── #address-cells │   ├── clock-frequency │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── raspits-panel@45 │   │   ├── compatible │   │   ├── name │   │   ├── port │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   └── name │   │   ├── reg │   │   └── status │   ├── raspits-touch-ft5426@38 │   │   ├── compatible │   │   ├── name │   │   ├── reg │   │   └── status │   ├── reg │   ├── resets │   ├── #size-cells │   └── status ├── i2s0@d4026000 │   ├── assigned-clock-rates │   ├── assigned-clocks │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── dma-names │   ├── dmas │   ├── name │   ├── reg │   ├── resets │   ├── #sound-dai-cells │   └── status ├── i2s1@d4026800 │   ├── assigned-clock-rates │   ├── assigned-clocks │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── dma-names │   ├── dmas │   ├── name │   ├── reg │   ├── resets │   ├── #sound-dai-cells │   └── status ├── i2s2@d4027000 │   ├── assigned-clock-rates │   ├── assigned-clocks │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── dma-names │   ├── dmas │   ├── name │   ├── reg │   ├── resets │   ├── #sound-dai-cells │   └── status ├── i2s3@d4027800 │   ├── assigned-clock-rates │   ├── assigned-clocks │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── dma-names │   ├── dmas │   ├── name │   ├── reg │   ├── resets │   ├── #sound-dai-cells │   └── status ├── i2s4@d4041000 │   ├── assigned-clock-rates │   ├── assigned-clocks │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── dma-names │   ├── dmas │   ├── name │   ├── reg │   ├── resets │   ├── #sound-dai-cells │   └── status ├── i2s5@d4041800 │   ├── assigned-clock-rates │   ├── assigned-clocks │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── dma-names │   ├── dmas │   ├── name │   ├── reg │   ├── resets │   ├── #sound-dai-cells │   └── status ├── imggpu@cac00000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── #cooling-cells │   ├── interrupt-names │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── phandle │   ├── power-domains │   ├── reg │   ├── reg-names │   ├── resets │   ├── status │   └── thermal-zone ├── interrupt-controller@e0400000 │   ├── compatible │   ├── #interrupt-cells │   ├── interrupt-controller │   ├── interrupts-extended │   ├── #msi-cells │   ├── msi-controller │   ├── name │   ├── phandle │   ├── reg │   ├── riscv,guest-index-bits │   ├── riscv,hart-index-bits │   ├── riscv,num-guest-ids │   ├── riscv,num-ids │   └── status ├── interrupt-controller@e0804000 │   ├── compatible │   ├── #interrupt-cells │   ├── interrupt-controller │   ├── msi-parent │   ├── name │   ├── phandle │   ├── reg │   ├── riscv,num-sources │   └── status ├── iommu@c0f00000 │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── #iommu-cells │   ├── name │   ├── phandle │   ├── reg │   └── status ├── irc-rx0@d4017e00 │   ├── clock-frequency │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── resets │   └── status ├── irc-rx1@d4017f00 │   ├── clock-frequency │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── resets │   └── status ├── linlon-v5@c0500000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── power-domains │   ├── reg │   ├── resets │   └── status ├── mailbox0@cac90000 │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── #mbox-cells │   ├── name │   ├── reg │   └── status ├── mailbox1@cac90400 │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── #mbox-cells │   ├── name │   ├── reg │   └── status ├── mailbox2@cac90800 │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── #mbox-cells │   ├── name │   ├── reg │   └── status ├── mailbox3@cac90c00 │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── #mbox-cells │   ├── name │   ├── phandle │   ├── reg │   └── status ├── mailbox4@cac91000 │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── #mbox-cells │   ├── name │   ├── phandle │   ├── reg │   └── status ├── mailbox5@cac91400 │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── #mbox-cells │   ├── name │   ├── reg │   └── status ├── mailbox6@cac91800 │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── #mbox-cells │   ├── name │   ├── reg │   └── status ├── mmc@d4280000 │   ├── bus-width │   ├── cd-gpios │   ├── clock-frequency │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── no-mmc │   ├── no-sdio │   ├── pinctrl-0 │   ├── pinctrl-1 │   ├── pinctrl-names │   ├── reg │   ├── reset-names │   ├── resets │   ├── spacemit,tx_delaycode │   ├── status │   ├── vmmc-supply │   ├── vqmmc-supply │   └── wp-inverted ├── mmc@d4280800 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reset-names │   ├── resets │   └── status ├── mmc@d4281000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reset-names │   ├── resets │   └── status ├── mpxy_mbox@0 │   ├── compatible │   ├── #mbox-cells │   ├── name │   ├── phandle │   └── status ├── name ├── pcie@80000000 │   ├── #address-cells │   ├── bus-range │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── device_type │   ├── interrupt-names │   ├── interrupt-parent │   ├── interrupts │   ├── iommu-map │   ├── linux,pci-domain │   ├── max-link-speed │   ├── msi-parent │   ├── name │   ├── num-lanes │   ├── phy-names │   ├── phys │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── ranges │   ├── reg │   ├── reg-names │   ├── reset-names │   ├── resets │   ├── #size-cells │   ├── spacemit,apmu │   └── status ├── pcie@80400000 │   ├── #address-cells │   ├── bus-range │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── device_type │   ├── interrupt-names │   ├── interrupt-parent │   ├── interrupts │   ├── iommu-map │   ├── linux,pci-domain │   ├── max-link-speed │   ├── msi-parent │   ├── name │   ├── num-lanes │   ├── ranges │   ├── reg │   ├── reg-names │   ├── reset-names │   ├── resets │   ├── #size-cells │   ├── spacemit,apmu │   ├── spacemit,pcie-port │   └── status ├── pcie@80800000 │   ├── #address-cells │   ├── bus-range │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── device_type │   ├── interrupt-names │   ├── interrupt-parent │   ├── interrupts │   ├── iommu-map │   ├── linux,pci-domain │   ├── max-link-speed │   ├── msi-parent │   ├── name │   ├── num-lanes │   ├── ranges │   ├── reg │   ├── reg-names │   ├── reset-names │   ├── resets │   ├── #size-cells │   ├── spacemit,apmu │   ├── spacemit,pcie-port │   └── status ├── pcie@80c00000 │   ├── #address-cells │   ├── bus-range │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── device_type │   ├── interrupt-names │   ├── interrupt-parent │   ├── interrupts │   ├── linux,pci-domain │   ├── max-link-speed │   ├── msi-parent │   ├── name │   ├── num-lanes │   ├── phy-names │   ├── phys │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── ranges │   ├── reg │   ├── reg-names │   ├── reset-names │   ├── resets │   ├── #size-cells │   ├── spacemit,apmu │   ├── spacemit,pcie-port │   └── status ├── pcie@81000000 │   ├── #address-cells │   ├── bus-range │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── device_type │   ├── interrupt-names │   ├── interrupt-parent │   ├── interrupts │   ├── linux,pci-domain │   ├── max-link-speed │   ├── msi-parent │   ├── name │   ├── num-lanes │   ├── phy-names │   ├── phys │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── ranges │   ├── reg │   ├── reg-names │   ├── reset-names │   ├── resets │   ├── #size-cells │   ├── spacemit,apmu │   ├── spacemit,pcie-port │   └── status ├── pdma@d4000000 │   ├── clocks │   ├── compatible │   ├── #dma-cells │   ├── #dma-channels │   ├── interrupt-parent │   ├── interrupts │   ├── max-burst-size │   ├── name │   ├── phandle │   ├── reg │   ├── resets │   └── status ├── pdma@f0600000 │   ├── compatible │   ├── #dma-cells │   ├── #dma-channels │   ├── interrupt-parent │   ├── interrupts │   ├── max-burst-size │   ├── name │   ├── reg │   └── status ├── phy@81500000 │   ├── compatible │   ├── name │   ├── phandle │   ├── #phy-cells │   ├── reg │   └── status ├── phy@81800000 │   ├── compatible │   ├── name │   ├── phandle │   ├── #phy-cells │   ├── reg │   └── status ├── phy@81b00000 │   ├── compatible │   ├── name │   ├── phandle │   ├── #phy-cells │   ├── reg │   └── status ├── phy@81f00000 │   ├── combo-usb-bit │   ├── compatible │   ├── name │   ├── phandle │   ├── #phy-cells │   ├── reg │   ├── spacemit,syscon-apb-spare │   ├── spacemit,syscon-apmu │   └── status ├── phy@82000000 │   ├── combo-usb-bit │   ├── compatible │   ├── name │   ├── phandle │   ├── #phy-cells │   ├── reg │   ├── spacemit,syscon-apb-spare │   ├── spacemit,syscon-apmu │   └── status ├── phy@82100000 │   ├── combo-usb-bit │   ├── compatible │   ├── name │   ├── phandle │   ├── #phy-cells │   ├── reg │   ├── spacemit,syscon-apb-spare │   ├── spacemit,syscon-apmu │   └── status ├── phy@c0a20000 │   ├── compatible │   ├── name │   ├── phandle │   ├── #phy-cells │   ├── reg │   └── status ├── phy@cad20000 │   ├── compatible │   ├── name │   ├── phandle │   ├── #phy-cells │   ├── reg │   └── status ├── phy@cad30000 │   ├── clocks │   ├── compatible │   ├── name │   ├── orientation-switch │   ├── phandle │   ├── #phy-cells │   ├── port │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   └── name │   ├── reg │   ├── spacemit,syscon-apb-spare │   ├── spacemit,syscon-apmu │   └── status ├── phy-pcie@81d00000 │   ├── compatible │   ├── name │   ├── num-lanes │   ├── phandle │   ├── #phy-cells │   ├── reg │   ├── spacemit,phy-id │   ├── spacemit,syscon-apb-spare │   └── status ├── phy-pcie@81e00000 │   ├── compatible │   ├── name │   ├── num-lanes │   ├── phandle │   ├── #phy-cells │   ├── reg │   ├── spacemit,phy-id │   ├── spacemit,syscon-apb-spare │   └── status ├── phy-pcie@81f00000 │   ├── compatible │   ├── name │   ├── num-lanes │   ├── #phy-cells │   ├── reg │   ├── spacemit,phy-id │   ├── spacemit,syscon-apb-spare │   └── status ├── phy-pcie@82000000 │   ├── compatible │   ├── name │   ├── num-lanes │   ├── #phy-cells │   ├── reg │   ├── spacemit,phy-id │   ├── spacemit,syscon-apb-spare │   └── status ├── phy-pcie@82100000 │   ├── compatible │   ├── name │   ├── num-lanes │   ├── phandle │   ├── #phy-cells │   ├── reg │   ├── spacemit,phy-id │   ├── spacemit,syscon-apb-spare │   └── status ├── phy-pcie@82200000 │   ├── compatible │   ├── name │   ├── num-lanes │   ├── phandle │   ├── #phy-cells │   ├── reg │   ├── spacemit,phy-id │   ├── spacemit,syscon-apb-spare │   └── status ├── pinctrl@d401e000 │   ├── cam0-0-cfg │   │   ├── cam0-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── cam0-1-cfg │   │   ├── cam0-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── cam0-2-cfg │   │   ├── cam1-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── cam1-0-cfg │   │   ├── cam1-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── cam1-1-cfg │   │   ├── cam1-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── cam1-2-cfg │   │   ├── cam0-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── cam2-0-cfg │   │   ├── cam2-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── cam2-1-cfg │   │   ├── cam2-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── cam2-2-cfg │   │   ├── cam2-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── cam3-0-cfg │   │   ├── cam3-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── cam3-1-cfg │   │   ├── cam3-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── cam3-2-cfg │   │   ├── cam3-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── can0-0-cfg │   │   ├── can0-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── can0-1-cfg │   │   ├── can0-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   ├── name │   │   └── phandle │   ├── can0-2-cfg │   │   ├── can0-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── can1-0-cfg │   │   ├── can1-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   ├── name │   │   └── phandle │   ├── can1-1-cfg │   │   ├── can1-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── can1-2-cfg │   │   ├── can1-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── can2-0-cfg │   │   ├── can2-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   ├── name │   │   └── phandle │   ├── can2-1-cfg │   │   ├── can2-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── can3-0-cfg │   │   ├── can3-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── can3-1-cfg │   │   ├── can3-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   ├── name │   │   └── phandle │   ├── can4-0-cfg │   │   ├── can4-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── can4-1-cfg │   │   ├── can4-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   ├── name │   │   └── phandle │   ├── can4-2-cfg │   │   ├── can4-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── dp0-0-cfg │   │   ├── dp0-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── dp0-1-cfg │   │   ├── dp0-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── dp0-2-cfg │   │   ├── dp0-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   └── name │   ├── dp0-3-cfg │   │   ├── dp0-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── dp1-0-cfg │   │   ├── dp1-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── dp1-1-cfg │   │   ├── dp1-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── dp1-2-cfg │   │   ├── dp1-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── dp1-3-cfg │   │   ├── dp1-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   ├── name │   │   └── phandle │   ├── dp1-4-cfg │   │   ├── dp1-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   └── name │   ├── dp1-5-cfg │   │   ├── dp1-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── dsi-0-cfg │   │   ├── dsi-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── dsi-1-cfg │   │   ├── dsi-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── dsi-2-cfg │   │   ├── dsi-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── dsi-3-cfg │   │   ├── dsi-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── dsi-4-cfg │   │   ├── dsi-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── dsi-5-cfg │   │   ├── dsi-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── dsi-6-cfg │   │   ├── dsi-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── edp0-0-cfg │   │   ├── edp0-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── edp0-1-cfg │   │   ├── edp0-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── edp1-0-cfg │   │   ├── edp1-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── espi0-0-cfg │   │   ├── espi0-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   ├── espi0-1-pins │   │   │   ├── bias-pull-down │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── espi0-1-cfg │   │   ├── espi0-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   ├── espi0-1-pins │   │   │   ├── bias-pull-down │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── espi0-2-cfg │   │   ├── espi0-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   ├── espi0-1-pins │   │   │   ├── bias-pull-down │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── fusb301-cfg │   │   ├── fusb301-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   ├── name │   │   └── phandle │   ├── gmac0-cfg │   │   ├── gmac0-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   ├── gmac0-1-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   ├── gmac0-2-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   ├── gmac0-3-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   ├── gmac0-4-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   ├── gmac0-5-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── gmac1-cfg │   │   ├── gmac1-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   ├── gmac1-1-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   ├── gmac1-3-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   ├── gmac1-6-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   ├── name │   │   └── phandle │   ├── gmac2-cfg │   │   ├── gmac2-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   ├── gmac2-1-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   ├── gmac2-2-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   ├── gmac2-3-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   ├── gmac2-4-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── gmac3-cfg │   │   ├── gmac3-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   ├── gmac3-1-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   ├── gmac3-2-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   ├── gmac3-3-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   ├── gmac3-4-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c0-0-cfg │   │   ├── i2c0-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   ├── name │   │   └── phandle │   ├── i2c0-1-cfg │   │   ├── i2c0-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c0-2-cfg │   │   ├── i2c0-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c0-3-cfg │   │   ├── i2c0-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c0-4-cfg │   │   ├── i2c0-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c1-0-cfg │   │   ├── i2c1-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c1-1-cfg │   │   ├── i2c1-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   ├── name │   │   └── phandle │   ├── i2c1-2-cfg │   │   ├── i2c1-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c1-3-cfg │   │   ├── i2c1-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c2-0-cfg │   │   ├── i2c2-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c2-1-cfg │   │   ├── i2c2-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   ├── name │   │   └── phandle │   ├── i2c2-2-cfg │   │   ├── i2c2-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c2-3-cfg │   │   ├── i2c2-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c3-0-cfg │   │   ├── i2c3-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c3-1-cfg │   │   ├── i2c3-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c3-2-cfg │   │   ├── i2c3-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   ├── name │   │   └── phandle │   ├── i2c3-3-cfg │   │   ├── i2c3-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c4-0-cfg │   │   ├── i2c4-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c4-1-cfg │   │   ├── i2c4-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c4-2-cfg │   │   ├── i2c4-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c4-3-cfg │   │   ├── i2c4-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c5-0-cfg │   │   ├── i2c5-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c5-1-cfg │   │   ├── i2c5-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c5-2-cfg │   │   ├── i2c5-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c5-3-cfg │   │   ├── i2c5-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c6-0-cfg │   │   ├── i2c6-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c6-1-cfg │   │   ├── i2c6-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   ├── name │   │   └── phandle │   ├── i2c6-2-cfg │   │   ├── i2c6-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c6-3-cfg │   │   ├── i2c6-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c8-cfg │   │   ├── i2c8-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── i2c8-cfg-rcpu │   │   ├── i2c8-pins-rcpu │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   ├── name │   │   └── phandle │   ├── #interrupt-cells │   ├── interrupt-controller │   ├── interrupt-parent │   ├── interrupts │   ├── ir0-0-cfg │   │   ├── ir0-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── ir0-1-cfg │   │   ├── ir0-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── ir1-0-cfg │   │   ├── ir1-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── ir1-1-cfg │   │   ├── ir1-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── m2-wdis1-cfg │   │   ├── m2-wdis1-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   ├── name │   │   └── phandle │   ├── m2-wdis2-cfg │   │   ├── m2-wdis2-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   ├── name │   │   └── phandle │   ├── mmc1-cfg │   │   ├── mmc1-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   ├── mmc1-1-pins │   │   │   ├── bias-pull-down │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   ├── name │   │   └── phandle │   ├── mmc1-debug-cfg │   │   ├── mmc1-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   ├── mmc1-1-pins │   │   │   ├── bias-pull-down │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   └── name │   ├── mmc1-uhs-cfg │   │   ├── mmc1-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   ├── mmc1-1-pins │   │   │   ├── bias-pull-down │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   ├── name │   │   └── phandle │   ├── mmc2-cfg │   │   ├── mmc2-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   ├── mmc2-1-pins │   │   │   ├── bias-pull-down │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── name │   ├── name │   ├── pcie0-0-cfg │   │   ├── name │   │   └── pcie0-0-pins │   │   ├── bias-disable │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pcie0-1-cfg │   │   ├── name │   │   ├── pcie0-0-pins │   │   │   ├── bias-disable │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   └── phandle │   ├── pcie0-2-cfg │   │   ├── name │   │   └── pcie0-0-pins │   │   ├── bias-disable │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pcie1-0-cfg │   │   ├── name │   │   └── pcie1-0-pins │   │   ├── bias-disable │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pcie1-1-cfg │   │   ├── name │   │   └── pcie1-0-pins │   │   ├── bias-disable │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pcie1-2-cfg │   │   ├── name │   │   └── pcie1-0-pins │   │   ├── bias-disable │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pcie2-0-cfg │   │   ├── name │   │   └── pcie2-0-pins │   │   ├── bias-disable │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pcie2-1-cfg │   │   ├── name │   │   └── pcie2-0-pins │   │   ├── bias-disable │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pcie2-2-cfg │   │   ├── name │   │   └── pcie2-0-pins │   │   ├── bias-disable │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pcie3-0-cfg │   │   ├── name │   │   ├── pcie3-0-pins │   │   │   ├── bias-disable │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   └── phandle │   ├── pcie3-1-cfg │   │   ├── name │   │   └── pcie3-0-pins │   │   ├── bias-disable │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pcie3-2-cfg │   │   ├── name │   │   └── pcie3-0-pins │   │   ├── bias-disable │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pcie4-0-cfg │   │   ├── name │   │   └── pcie4-0-pins │   │   ├── bias-disable │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pcie4-1-cfg │   │   ├── name │   │   ├── pcie4-0-pins │   │   │   ├── bias-disable │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   ├── pinmux │   │   │   └── power-source │   │   └── phandle │   ├── phandle │   ├── pwm0-0-cfg │   │   ├── name │   │   └── pwm0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm0-1-cfg │   │   ├── name │   │   └── pwm0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm10-0-cfg │   │   ├── name │   │   └── pwm10-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm10-1-cfg │   │   ├── name │   │   └── pwm10-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm10-2-cfg │   │   ├── name │   │   └── pwm10-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm1-0-cfg │   │   ├── name │   │   └── pwm1-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm11-0-cfg │   │   ├── name │   │   └── pwm11-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm11-1-cfg │   │   ├── name │   │   └── pwm11-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm12-0-cfg │   │   ├── name │   │   └── pwm12-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm12-1-cfg │   │   ├── name │   │   └── pwm12-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm1-2-cfg │   │   ├── name │   │   └── pwm1-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm13-0-cfg │   │   ├── name │   │   └── pwm13-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm13-1-cfg │   │   ├── name │   │   └── pwm13-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm13-2-cfg │   │   ├── name │   │   └── pwm13-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm14-0-cfg │   │   ├── name │   │   └── pwm14-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm14-1-cfg │   │   ├── name │   │   └── pwm14-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm14-2-cfg │   │   ├── name │   │   └── pwm14-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm15-0-cfg │   │   ├── name │   │   └── pwm15-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm15-1-cfg │   │   ├── name │   │   └── pwm15-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm15-2-cfg │   │   ├── name │   │   └── pwm15-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm16-0-cfg │   │   ├── name │   │   └── pwm16-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm16-1-cfg │   │   ├── name │   │   └── pwm16-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm16-2-cfg │   │   ├── name │   │   └── pwm16-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm17-0-cfg │   │   ├── name │   │   └── pwm17-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm17-1-cfg │   │   ├── name │   │   └── pwm17-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm17-2-cfg │   │   ├── name │   │   └── pwm17-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm18-0-cfg │   │   ├── name │   │   └── pwm18-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm18-1-cfg │   │   ├── name │   │   └── pwm18-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm18-2-cfg │   │   ├── name │   │   └── pwm18-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm19-0-cfg │   │   ├── name │   │   └── pwm19-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm19-1-cfg │   │   ├── name │   │   └── pwm19-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm19-2-cfg │   │   ├── name │   │   └── pwm19-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm2-0-cfg │   │   ├── name │   │   └── pwm2-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm2-1-cfg │   │   ├── name │   │   └── pwm2-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm2-2-cfg │   │   ├── name │   │   └── pwm2-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm2-3-cfg │   │   ├── name │   │   └── pwm2-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm3-0-cfg │   │   ├── name │   │   └── pwm3-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm3-1-cfg │   │   ├── name │   │   └── pwm3-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm3-2-cfg │   │   ├── name │   │   └── pwm3-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm3-3-cfg │   │   ├── name │   │   └── pwm3-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm4-0-cfg │   │   ├── name │   │   └── pwm4-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm4-1-cfg │   │   ├── name │   │   └── pwm4-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm4-2-cfg │   │   ├── name │   │   └── pwm4-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm5-0-cfg │   │   ├── name │   │   └── pwm5-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm5-1-cfg │   │   ├── name │   │   └── pwm5-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm5-2-cfg │   │   ├── name │   │   └── pwm5-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm6-0-cfg │   │   ├── name │   │   └── pwm6-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm6-1-cfg │   │   ├── name │   │   └── pwm6-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm6-2-cfg │   │   ├── name │   │   └── pwm6-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm7-0-cfg │   │   ├── name │   │   └── pwm7-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm7-1-cfg │   │   ├── name │   │   └── pwm7-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm7-2-cfg │   │   ├── name │   │   └── pwm7-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm8-0-cfg │   │   ├── name │   │   └── pwm8-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm8-1-cfg │   │   ├── name │   │   └── pwm8-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm8-2-cfg │   │   ├── name │   │   └── pwm8-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm9-0-cfg │   │   ├── name │   │   └── pwm9-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm9-1-cfg │   │   ├── name │   │   └── pwm9-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwm9-2-cfg │   │   ├── name │   │   └── pwm9-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── pwr_ssp-cfg │   │   ├── name │   │   ├── pwr_ssp-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── pwr_ssp-1-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── qspi-cfg │   │   ├── name │   │   ├── phandle │   │   └── qspi-0-pins │   │   ├── bias-disable │   │   ├── drive-strength │   │   ├── name │   │   ├── pinmux │   │   └── power-source │   ├── rcan0-0-cfg │   │   ├── name │   │   └── rcan0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rcan0-1-cfg │   │   ├── name │   │   └── rcan0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rcan1-0-cfg │   │   ├── name │   │   └── rcan1-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rcan2-0-cfg │   │   ├── name │   │   ├── phandle │   │   └── rcan2-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   ├── pinmux │   │   └── power-source │   ├── rcan3-0-cfg │   │   ├── name │   │   └── rcan3-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rcan4-0-cfg │   │   ├── name │   │   └── rcan4-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── reg │   ├── respi0-cfg │   │   ├── name │   │   ├── respi0-0-pins │   │   │   ├── bias-pull-up │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── respi0-1-pins │   │   ├── bias-pull-down │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ri2c0-0-cfg │   │   ├── name │   │   └── ri2c0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ri2c0-1-cfg │   │   ├── name │   │   └── ri2c0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ri2c0-2-cfg │   │   ├── name │   │   └── ri2c0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ri2c0-3-cfg │   │   ├── name │   │   └── ri2c0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ri2c1-0-cfg │   │   ├── name │   │   └── ri2c1-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ri2c1-1-cfg │   │   ├── name │   │   └── ri2c1-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ri2c1-2-cfg │   │   ├── name │   │   └── ri2c1-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ri2c1-3-cfg │   │   ├── name │   │   └── ri2c1-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rir0-0-cfg │   │   ├── name │   │   └── rir0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rir0-1-cfg │   │   ├── name │   │   └── rir0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rir1-0-cfg │   │   ├── name │   │   └── rir1-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rir1-1-cfg │   │   ├── name │   │   └── rir1-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm0-0-cfg │   │   ├── name │   │   └── rpwm0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm0-1-cfg │   │   ├── name │   │   └── rpwm0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm0-2-cfg │   │   ├── name │   │   └── rpwm0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm1-0-cfg │   │   ├── name │   │   └── rpwm1-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm1-1-cfg │   │   ├── name │   │   └── rpwm1-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm1-2-cfg │   │   ├── name │   │   └── rpwm1-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm2-0-cfg │   │   ├── name │   │   └── rpwm2-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm2-1-cfg │   │   ├── name │   │   └── rpwm2-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm2-2-cfg │   │   ├── name │   │   └── rpwm2-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm3-0-cfg │   │   ├── name │   │   └── rpwm3-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm3-1-cfg │   │   ├── name │   │   └── rpwm3-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm3-2-cfg │   │   ├── name │   │   └── rpwm3-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm4-0-cfg │   │   ├── name │   │   └── rpwm4-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm4-1-cfg │   │   ├── name │   │   └── rpwm4-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm4-2-cfg │   │   ├── name │   │   └── rpwm4-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm5-0-cfg │   │   ├── name │   │   └── rpwm5-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm5-1-cfg │   │   ├── name │   │   └── rpwm5-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm5-2-cfg │   │   ├── name │   │   └── rpwm5-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm6-0-cfg │   │   ├── name │   │   └── rpwm6-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm6-1-cfg │   │   ├── name │   │   └── rpwm6-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm6-2-cfg │   │   ├── name │   │   └── rpwm6-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm7-0-cfg │   │   ├── name │   │   └── rpwm7-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm7-1-cfg │   │   ├── name │   │   └── rpwm7-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm8-0-cfg │   │   ├── name │   │   └── rpwm8-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm8-1-cfg │   │   ├── name │   │   └── rpwm8-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm9-0-cfg │   │   ├── name │   │   └── rpwm9-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rpwm9-1-cfg │   │   ├── name │   │   └── rpwm9-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rssp0-0-cfg │   │   ├── name │   │   ├── rssp0-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── rssp0-1-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rssp0-1-cfg │   │   ├── name │   │   ├── rssp0-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── rssp0-1-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rssp1-0-cfg │   │   ├── name │   │   ├── rssp1-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── rssp1-1-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rssp1-1-cfg │   │   ├── name │   │   ├── rssp1-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── rssp1-1-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rsspa0-0-cfg │   │   ├── name │   │   └── rsspa0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rsspa0-1-cfg │   │   ├── name │   │   └── rsspa0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── rsspa1-0-cfg │   │   ├── name │   │   └── rsspa1-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ruart0-0-cfg │   │   ├── name │   │   └── ruart0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ruart0-1-cfg │   │   ├── name │   │   └── ruart0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ruart0-2-cfg │   │   ├── name │   │   └── ruart0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ruart0-3-cfg │   │   ├── name │   │   └── ruart0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ruart1_0-cfg │   │   ├── name │   │   └── ruart1-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ruart1-1-cfg │   │   ├── name │   │   └── ruart1-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ruart2-0-cfg │   │   ├── name │   │   └── ruart2-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ruart3-0-cfg │   │   ├── name │   │   └── ruart3-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ruart3-1-cfg │   │   ├── name │   │   └── ruart3-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ruart4-0-cfg │   │   ├── name │   │   └── ruart4-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ruart4-1-cfg │   │   ├── name │   │   └── ruart4-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ruart5-0-cfg │   │   ├── name │   │   └── ruart5-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── spacemit,apbc │   ├── spacemit,apmu │   ├── spacemit,gpio-edge │   ├── ssp0-0-cfg │   │   ├── name │   │   ├── ssp0-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── ssp0-1-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ssp0-1-cfg │   │   ├── name │   │   ├── ssp0-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── ssp0-1-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ssp0-2-cfg │   │   ├── name │   │   ├── ssp0-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── ssp0-1-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ssp1-0-cfg │   │   ├── name │   │   ├── ssp1-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── ssp1-1-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ssp1-1-cfg │   │   ├── name │   │   ├── ssp1-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── ssp1-1-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ssp2-0-cfg │   │   ├── name │   │   ├── ssp2-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── ssp2-1-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ssp2-1-cfg │   │   ├── name │   │   ├── ssp2-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── ssp2-1-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ssp3-0-cfg │   │   ├── name │   │   ├── ssp3-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── ssp3-1-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── ssp3-1-cfg │   │   ├── name │   │   ├── ssp3-0-pins │   │   │   ├── bias-disable │   │   │   ├── drive-strength │   │   │   ├── name │   │   │   └── pinmux │   │   └── ssp3-1-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── sspa0-0-cfg │   │   ├── name │   │   └── sspa0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── sspa0-1-cfg │   │   ├── name │   │   └── sspa0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── sspa1-0-cfg │   │   ├── name │   │   └── sspa1-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── sspa1-1-cfg │   │   ├── name │   │   └── sspa1-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── sspa2-0-cfg │   │   ├── name │   │   └── sspa2-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── sspa3-0-cfg │   │   ├── name │   │   └── sspa3-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── sspa4-0-cfg │   │   ├── name │   │   └── sspa4-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── sspa5-0-cfg │   │   ├── name │   │   └── sspa5-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── touchpad-int-cfg │   │   ├── name │   │   └── touchpad-int-pins │   │   ├── bias-pull-up │   │   ├── name │   │   ├── pinmux │   │   └── power-source │   ├── uart0-0-cfg │   │   ├── name │   │   ├── phandle │   │   └── uart0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart0-1-cfg │   │   ├── name │   │   └── uart0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart0-2-cfg │   │   ├── name │   │   └── uart0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart0-3-cfg │   │   ├── name │   │   └── uart0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart0-4-cfg │   │   ├── name │   │   └── uart0-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart10-0-cfg │   │   ├── name │   │   └── uart10-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart10-1-cfg │   │   ├── name │   │   └── uart10-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart1-0-cfg │   │   ├── name │   │   └── uart1-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart1-1-cfg │   │   ├── name │   │   └── uart1-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart2-0-cfg │   │   ├── name │   │   └── uart2-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart2-1-cfg │   │   ├── name │   │   └── uart2-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart3-0-cfg │   │   ├── name │   │   └── uart3-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart3-1-cfg │   │   ├── name │   │   └── uart3-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart4-0-cfg │   │   ├── name │   │   ├── phandle │   │   └── uart4-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   ├── pinmux │   │   └── power-source │   ├── uart4-1-cfg │   │   ├── name │   │   └── uart4-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart5-0-cfg │   │   ├── name │   │   └── uart5-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart5-1-cfg │   │   ├── name │   │   └── uart5-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart5-2-cfg │   │   ├── name │   │   ├── phandle │   │   └── uart5-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   ├── pinmux │   │   └── power-source │   ├── uart6-0-cfg │   │   ├── name │   │   └── uart6-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart6-1-cfg │   │   ├── name │   │   └── uart6-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart7-0-cfg │   │   ├── name │   │   └── uart7-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart7-1-cfg │   │   ├── name │   │   └── uart7-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart8-0-cfg │   │   ├── name │   │   └── uart8-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart8-1-cfg │   │   ├── name │   │   └── uart8-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart9-0-cfg │   │   ├── name │   │   └── uart9-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── uart9-1-cfg │   │   ├── name │   │   └── uart9-0-pins │   │   ├── bias-pull-up │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── usb20_host_drv-0-cfg │   │   ├── name │   │   └── usb20_host_drv-pins │   │   ├── bias-disable │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── usb20_host_drv-1-cfg │   │   ├── name │   │   └── usb20_host_drv-pins │   │   ├── bias-disable │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── usb20_host_drv-2-cfg │   │   ├── name │   │   └── usb20_host_drv-pins │   │   ├── bias-disable │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── usb20_host_drv-3-cfg │   │   ├── name │   │   └── usb20_host_drv-pins │   │   ├── bias-disable │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── usb20_host_drv-4-cfg │   │   ├── name │   │   └── usb20_host_drv-pins │   │   ├── bias-disable │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── usb30_b_drv-0-cfg │   │   ├── name │   │   └── usb30_c_drv-pins │   │   ├── bias-pull-down │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── usb30_c_drv-0-cfg │   │   ├── name │   │   └── usb30_c_drv-pins │   │   ├── bias-pull-down │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── usb30_c_drv-1-cfg │   │   ├── name │   │   └── usb30_c_drv-pins │   │   ├── bias-pull-down │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── usb30_d_drv-0-cfg │   │   ├── name │   │   └── usb30_d_drv-pins │   │   ├── bias-pull-down │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── usb30_d_drv-1-cfg │   │   ├── name │   │   └── usb30_d_drv-pins │   │   ├── bias-pull-down │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── usb30_d_drv-2-cfg │   │   ├── name │   │   └── usb30_d_drv-pins │   │   ├── bias-pull-down │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── usb30_drd-0-cfg │   │   ├── name │   │   └── usb30_drd-pins │   │   ├── bias-pull-down │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── usb30_drd-1-cfg │   │   ├── name │   │   └── usb30_drd-pins │   │   ├── bias-pull-down │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── usb30_drd-2-cfg │   │   ├── name │   │   └── usb30_drd-pins │   │   ├── bias-pull-down │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── usb30_drd_dir-0-cfg │   │   ├── name │   │   └── usb30_drd_dir-pins │   │   ├── bias-pull-down │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── usb30_drd_dir-1-cfg │   │   ├── name │   │   └── usb30_drd_dir-pins │   │   ├── bias-pull-down │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── usb30_drd_int-0-cfg │   │   ├── name │   │   └── usb30_drd_int-pins │   │   ├── bias-pull-down │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── usb30_drd_int-1-cfg │   │   ├── name │   │   └── usb30_drd_int-pins │   │   ├── bias-pull-down │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── usb30h1_drv-0-cfg │   │   ├── name │   │   └── usb30h1_drv-pins │   │   ├── bias-pull-down │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   ├── usb30h1_drv-1-cfg │   │   ├── name │   │   └── usb30h1_drv-pins │   │   ├── bias-pull-down │   │   ├── drive-strength │   │   ├── name │   │   └── pinmux │   └── usb30h2_drv-0-cfg │   ├── name │   └── usb30h2_drv-pins │   ├── bias-pull-down │   ├── drive-strength │   ├── name │   └── pinmux ├── power-management@0 │   ├── #address-cells │   ├── compatible │   ├── name │   ├── power-controller │   │   ├── #address-cells │   │   ├── audio@2 │   │   │   ├── name │   │   │   └── #power-domain-cells │   │   ├── compatible │   │   ├── dummy@0 │   │   │   ├── name │   │   │   └── #power-domain-cells │   │   ├── gpu@1 │   │   │   ├── name │   │   │   └── #power-domain-cells │   │   ├── lcd@0 │   │   │   ├── name │   │   │   └── #power-domain-cells │   │   ├── lcd@1 │   │   │   ├── name │   │   │   └── #power-domain-cells │   │   ├── mboxes │   │   ├── name │   │   ├── phandle │   │   ├── #power-domain-cells │   │   ├── #size-cells │   │   ├── status │   │   └── vpu@0 │   │   ├── name │   │   └── #power-domain-cells │   ├── ranges │   └── #size-cells ├── pwm@c088d100 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@c088d200 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@c088d300 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@c088d400 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@c088d500 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@c088d600 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@c088d700 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@c088d800 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@c088d900 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@c088da00 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@d401a000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@d401a400 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@d401a800 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@d401ac00 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@d401b000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@d401b400 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@d401b800 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@d401bc00 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@d4020000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@d4020400 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@d4020800 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@d4020c00 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@d4021000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@d4021400 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@d4021800 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@d4021c00 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@d4022000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@d4022400 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@d4022800 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── pwm@d4022c00 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── k1,pwm-disable-fd │   ├── name │   ├── #pwm-cells │   ├── reg │   ├── resets │   └── status ├── ranges ├── rcpu_rproc0@0 │   ├── compatible │   ├── firmware-name │   ├── mboxes │   ├── mbox-names │   ├── memory-region │   ├── name │   ├── reg │   └── status ├── rcpu_rproc1@1 │   ├── compatible │   ├── firmware-name │   ├── mboxes │   ├── mbox-names │   ├── memory-region │   ├── name │   ├── reg │   └── status ├── reboot-mode-helper@c087c000 │   ├── compatible │   ├── name │   └── reg ├── ri2c@c0886000 │   ├── #address-cells │   ├── clock-frequency │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── resets │   ├── #size-cells │   └── status ├── ri2c@c0886100 │   ├── #address-cells │   ├── clock-frequency │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── resets │   ├── #size-cells │   └── status ├── ri2s0@c0883100 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── dma-names │   ├── dmas │   ├── name │   ├── reg │   ├── reset-names │   ├── resets │   ├── #sound-dai-cells │   └── status ├── ri2s1@c0883500 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── dma-names │   ├── dmas │   ├── name │   ├── reg │   ├── reset-names │   ├── resets │   ├── #sound-dai-cells │   └── status ├── ri2s2@c0883900 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── dma-names │   ├── dmas │   ├── name │   ├── phandle │   ├── reg │   ├── reset-names │   ├── resets │   ├── #sound-dai-cells │   └── status ├── ri2s3@c0883D00 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── dma-names │   ├── dmas │   ├── name │   ├── phandle │   ├── reg │   ├── reset-names │   ├── resets │   ├── #sound-dai-cells │   └── status ├── r-irc-rx0@c0887000 │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── resets │   └── status ├── r-irc-rx1@c088e000 │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── resets │   └── status ├── rpmi_pwrkey@0 │   ├── compatible │   ├── interrupt-names │   ├── interrupt-parent │   ├── interrupts │   ├── mboxes │   ├── name │   └── status ├── rpmi_regulator@0 │   ├── aldo1 │   │   ├── name │   │   ├── phandle │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── aldo2 │   │   ├── name │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── aldo3 │   │   ├── name │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── aldo4 │   │   ├── name │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── compatible │   ├── dcdc1 │   │   ├── name │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── dcdc3 │   │   ├── name │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── dcdc4 │   │   ├── name │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── dcdc5 │   │   ├── name │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── dcdc6 │   │   ├── name │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── dldo1 │   │   ├── name │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── dldo2 │   │   ├── name │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── dldo3 │   │   ├── name │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── dldo4 │   │   ├── name │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── dldo5 │   │   ├── name │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── dldo6 │   │   ├── name │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── dldo7 │   │   ├── name │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── edcdc1 │   │   ├── name │   │   ├── phandle │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── edcdc2 │   │   ├── name │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── mboxes │   ├── name │   ├── p1v8 │   │   ├── name │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── p3v3 │   │   ├── name │   │   ├── phandle │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── pvin │   │   ├── name │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── pwr_a100 │   │   ├── name │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── pwr_ext │   │   ├── name │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   ├── pwr_x100 │   │   ├── name │   │   ├── regulator-always-on │   │   ├── regulator-boot-on │   │   ├── regulator-max-microvolt │   │   └── regulator-min-microvolt │   └── status ├── rpmi_rtc@0 │   ├── compatible │   ├── interrupt-names │   ├── interrupt-parent │   ├── interrupts │   ├── mboxes │   ├── name │   └── status ├── rspi0@c0885000 │   ├── #address-cells │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── resets │   ├── #size-cells │   ├── spi-max-frequency │   └── status ├── rspi1@c0885100 │   ├── #address-cells │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── resets │   ├── #size-cells │   ├── spi-max-frequency │   └── status ├── rspi2@c0885200 │   ├── #address-cells │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── resets │   ├── #size-cells │   ├── spi-max-frequency │   └── status ├── rtc@d4010000 │   ├── compatible │   ├── interrupt-names │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── resets │   └── status ├── serial@c0881000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fifo-size │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reg-io-width │   ├── reg-shift │   ├── resets │   ├── spacemit,rcpu-uart │   ├── status │   └── tx-threshold ├── serial@c0881100 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fifo-size │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reg-io-width │   ├── reg-shift │   ├── resets │   ├── spacemit,rcpu-uart │   ├── status │   └── tx-threshold ├── serial@c0881200 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fifo-size │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reg-io-width │   ├── reg-shift │   ├── resets │   ├── spacemit,rcpu-uart │   ├── status │   └── tx-threshold ├── serial@c0881300 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fifo-size │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reg-io-width │   ├── reg-shift │   ├── resets │   ├── spacemit,rcpu-uart │   ├── status │   └── tx-threshold ├── serial@c0881400 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fifo-size │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reg-io-width │   ├── reg-shift │   ├── resets │   ├── spacemit,rcpu-uart │   ├── status │   └── tx-threshold ├── serial@c0881500 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fifo-size │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reg-io-width │   ├── reg-shift │   ├── resets │   ├── spacemit,rcpu-uart │   ├── status │   └── tx-threshold ├── serial@d4017000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fifo-size │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── reg │   ├── reg-io-width │   ├── reg-shift │   ├── resets │   ├── status │   └── tx-threshold ├── serial@d4017100 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fifo-size │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reg-io-width │   ├── reg-shift │   ├── resets │   ├── status │   └── tx-threshold ├── serial@d4017200 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fifo-size │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reg-io-width │   ├── reg-shift │   ├── resets │   ├── status │   └── tx-threshold ├── serial@d4017300 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fifo-size │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── reg │   ├── reg-io-width │   ├── reg-shift │   ├── resets │   ├── status │   └── tx-threshold ├── serial@d4017400 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fifo-size │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── reg │   ├── reg-io-width │   ├── reg-shift │   ├── resets │   ├── status │   └── tx-threshold ├── serial@d4017500 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fifo-size │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reg-io-width │   ├── reg-shift │   ├── resets │   ├── status │   └── tx-threshold ├── serial@d4017600 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fifo-size │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reg-io-width │   ├── reg-shift │   ├── resets │   ├── status │   └── tx-threshold ├── serial@d4017700 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fifo-size │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reg-io-width │   ├── reg-shift │   ├── resets │   ├── status │   └── tx-threshold ├── serial@d4017800 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fifo-size │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reg-io-width │   ├── reg-shift │   ├── resets │   ├── status │   └── tx-threshold ├── serial@d401f000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fifo-size │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reg-io-width │   ├── reg-shift │   ├── resets │   ├── status │   └── tx-threshold ├── serial@f0612000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── fifo-size │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reg-io-width │   ├── reg-shift │   ├── resets │   ├── status │   └── tx-threshold ├── #size-cells ├── sound-card@0 │   ├── compatible │   ├── name │   └── status ├── sound-card@1 │   ├── compatible │   ├── name │   └── status ├── sound-card-dp0@0 │   ├── compatible │   ├── name │   ├── simple-audio-card,dai-link@0 │   │   ├── bitclock-master │   │   ├── cpu │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── sound-dai │   │   ├── format │   │   ├── frame-master │   │   └── name │   ├── simple-audio-card,mclk-fs │   └── status ├── sound-card-dp1@1 │   ├── compatible │   ├── name │   ├── simple-audio-card,dai-link@0 │   │   ├── bitclock-master │   │   ├── codec │   │   │   ├── name │   │   │   ├── playback-only │   │   │   └── sound-dai │   │   ├── cpu │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── sound-dai │   │   ├── format │   │   ├── frame-master │   │   └── name │   ├── simple-audio-card,mclk-fs │   ├── simple-audio-card,name │   └── status ├── spi@d401c000 │   ├── #address-cells │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── dma-names │   ├── dmas │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── resets │   ├── #size-cells │   ├── spi-max-frequency │   └── status ├── spi@d4040000 │   ├── #address-cells │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── dma-names │   ├── dmas │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── resets │   ├── #size-cells │   ├── spi-max-frequency │   └── status ├── spi@d4040800 │   ├── #address-cells │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── dma-names │   ├── dmas │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── resets │   ├── #size-cells │   ├── spi-max-frequency │   └── status ├── spi@d420c000 │   ├── #address-cells │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── flash@0 │   │   ├── broken-flash-reset │   │   ├── compatible │   │   ├── m25p,fast-read │   │   ├── name │   │   ├── reg │   │   ├── spi-max-frequency │   │   └── status │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── pinctrl-0 │   ├── pinctrl-names │   ├── reg │   ├── reg-names │   ├── reset-names │   ├── resets │   ├── #size-cells │   ├── spacemit,qspi-rx-dma │   ├── spacemit,qspi-tx-dma │   └── status ├── spi@f0613000 │   ├── #address-cells │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── resets │   ├── #size-cells │   ├── spi-max-frequency │   └── status ├── stmmac-axi-config │   ├── name │   ├── phandle │   ├── snps,blen │   ├── snps,rd_osr_lmt │   └── snps,wr_osr_lmt ├── syscon-gpio │   ├── compatible │   ├── name │   ├── phandle │   └── reg ├── syscon-gpio-edge │   ├── compatible │   ├── name │   ├── phandle │   └── reg ├── system-controller@c0880000 │   ├── #clock-cells │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── name │   ├── phandle │   ├── reg │   └── #reset-cells ├── system-controller@c0881f00 │   ├── #clock-cells │   ├── compatible │   ├── name │   ├── phandle │   ├── reg │   └── #reset-cells ├── system-controller@c0882000 │   ├── #clock-cells │   ├── compatible │   ├── name │   ├── phandle │   ├── reg │   └── #reset-cells ├── system-controller@c0885f00 │   ├── #clock-cells │   ├── compatible │   ├── name │   ├── phandle │   ├── reg │   └── #reset-cells ├── system-controller@c0886f00 │   ├── #clock-cells │   ├── compatible │   ├── name │   ├── phandle │   ├── reg │   └── #reset-cells ├── system-controller@c088c000 │   ├── #clock-cells │   ├── compatible │   ├── name │   ├── reg │   └── #reset-cells ├── system-controller@c088d000 │   ├── #clock-cells │   ├── compatible │   ├── name │   ├── phandle │   ├── reg │   └── #reset-cells ├── system-controller@d4015000 │   ├── #clock-cells │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── name │   ├── phandle │   ├── reg │   └── #reset-cells ├── system-controller@d4050000 │   ├── #clock-cells │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── name │   ├── phandle │   ├── reg │   └── #reset-cells ├── system-controller@d4282800 │   ├── #clock-cells │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── name │   ├── phandle │   ├── #power-domain-cells │   ├── reg │   └── #reset-cells ├── system-controller@d8440000 │   ├── #clock-cells │   ├── compatible │   ├── name │   ├── phandle │   ├── reg │   └── #reset-cells ├── system-controller@f0610000 │   ├── #clock-cells │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── name │   ├── phandle │   ├── reg │   └── #reset-cells ├── tcm@00000000 │   ├── #address-cells │   ├── cluster0_tcm@0 │   │   ├── cpus │   │   ├── name │   │   ├── pool │   │   └── reg │   ├── cluster0_tcm@120000 │   │   ├── cpus │   │   ├── name │   │   ├── pool │   │   └── reg │   ├── cluster0_tcm@60000 │   │   ├── cpus │   │   ├── name │   │   ├── pool │   │   └── reg │   ├── cluster0_tcm@c0000 │   │   ├── cpus │   │   ├── name │   │   ├── pool │   │   └── reg │   ├── cluster1_tcm@2000000 │   │   ├── cpus │   │   ├── name │   │   ├── pool │   │   └── reg │   ├── cluster1_tcm@2060000 │   │   ├── cpus │   │   ├── name │   │   ├── pool │   │   └── reg │   ├── cluster1_tcm@20c0000 │   │   ├── cpus │   │   ├── name │   │   ├── pool │   │   └── reg │   ├── cluster1_tcm@2120000 │   │   ├── cpus │   │   ├── name │   │   ├── pool │   │   └── reg │   ├── compatible │   ├── name │   ├── no-memory-wc │   ├── ranges │   ├── reg │   └── #size-cells ├── thermal@d4018000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-names │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── phandle │   ├── reg │   ├── resets │   ├── sensor_range │   ├── status │   ├── temperature_offset │   ├── #thermal-sensor-cells │   └── tsensor_map ├── thermal-zones │   ├── name │   ├── thermal_cluster0 │   │   ├── cooling-maps │   │   │   ├── map0 │   │   │   │   ├── cooling-device │   │   │   │   ├── name │   │   │   │   └── trip │   │   │   ├── map1 │   │   │   │   ├── cooling-device │   │   │   │   ├── name │   │   │   │   └── trip │   │   │   ├── map2 │   │   │   │   ├── cooling-device │   │   │   │   ├── name │   │   │   │   └── trip │   │   │   ├── map3 │   │   │   │   ├── cooling-device │   │   │   │   ├── name │   │   │   │   └── trip │   │   │   ├── map4 │   │   │   │   ├── cooling-device │   │   │   │   ├── name │   │   │   │   └── trip │   │   │   └── name │   │   ├── name │   │   ├── polling-delay │   │   ├── polling-delay-passive │   │   ├── thermal-sensors │   │   └── trips │   │   ├── name │   │   ├── thermal_cluster0-trip0 │   │   │   ├── hysteresis │   │   │   ├── name │   │   │   ├── phandle │   │   │   ├── temperature │   │   │   └── type │   │   ├── thermal_cluster0-trip1 │   │   │   ├── hysteresis │   │   │   ├── name │   │   │   ├── phandle │   │   │   ├── temperature │   │   │   └── type │   │   ├── thermal_cluster0-trip2 │   │   │   ├── hysteresis │   │   │   ├── name │   │   │   ├── phandle │   │   │   ├── temperature │   │   │   └── type │   │   ├── thermal_cluster0-trip3 │   │   │   ├── hysteresis │   │   │   ├── name │   │   │   ├── phandle │   │   │   ├── temperature │   │   │   └── type │   │   └── thermal_cluster0-trip4 │   │   ├── hysteresis │   │   ├── name │   │   ├── phandle │   │   ├── temperature │   │   └── type │   ├── thermal_cluster1 │   │   ├── cooling-maps │   │   │   ├── map0 │   │   │   │   ├── cooling-device │   │   │   │   ├── name │   │   │   │   └── trip │   │   │   ├── map1 │   │   │   │   ├── cooling-device │   │   │   │   ├── name │   │   │   │   └── trip │   │   │   ├── map2 │   │   │   │   ├── cooling-device │   │   │   │   ├── name │   │   │   │   └── trip │   │   │   └── name │   │   ├── name │   │   ├── polling-delay │   │   ├── polling-delay-passive │   │   ├── thermal-sensors │   │   └── trips │   │   ├── name │   │   ├── thermal_cluster1-trip0 │   │   │   ├── hysteresis │   │   │   ├── name │   │   │   ├── phandle │   │   │   ├── temperature │   │   │   └── type │   │   ├── thermal_cluster1-trip1 │   │   │   ├── hysteresis │   │   │   ├── name │   │   │   ├── phandle │   │   │   ├── temperature │   │   │   └── type │   │   ├── thermal_cluster1-trip2 │   │   │   ├── hysteresis │   │   │   ├── name │   │   │   ├── phandle │   │   │   ├── temperature │   │   │   └── type │   │   └── thermal_cluster1-trip3 │   │   ├── hysteresis │   │   ├── name │   │   ├── temperature │   │   └── type │   ├── thermal_cluster2 │   │   ├── cooling-maps │   │   │   ├── map0 │   │   │   │   ├── cooling-device │   │   │   │   ├── name │   │   │   │   └── trip │   │   │   ├── map1 │   │   │   │   ├── cooling-device │   │   │   │   ├── name │   │   │   │   └── trip │   │   │   ├── map2 │   │   │   │   ├── cooling-device │   │   │   │   ├── name │   │   │   │   └── trip │   │   │   └── name │   │   ├── name │   │   ├── polling-delay │   │   ├── polling-delay-passive │   │   ├── thermal-sensors │   │   └── trips │   │   ├── name │   │   ├── thermal_cluster2-trip0 │   │   │   ├── hysteresis │   │   │   ├── name │   │   │   ├── phandle │   │   │   ├── temperature │   │   │   └── type │   │   ├── thermal_cluster2-trip1 │   │   │   ├── hysteresis │   │   │   ├── name │   │   │   ├── phandle │   │   │   ├── temperature │   │   │   └── type │   │   ├── thermal_cluster2-trip2 │   │   │   ├── hysteresis │   │   │   ├── name │   │   │   ├── phandle │   │   │   ├── temperature │   │   │   └── type │   │   └── thermal_cluster2-trip3 │   │   ├── hysteresis │   │   ├── name │   │   ├── temperature │   │   └── type │   ├── thermal_cluster3 │   │   ├── name │   │   ├── polling-delay │   │   ├── polling-delay-passive │   │   ├── thermal-sensors │   │   └── trips │   │   ├── name │   │   └── thermal_cluster7-trip0 │   │   ├── hysteresis │   │   ├── name │   │   ├── temperature │   │   └── type │   ├── thermal_gpu │   │   ├── cooling-maps │   │   │   ├── map0 │   │   │   │   ├── cooling-device │   │   │   │   ├── name │   │   │   │   └── trip │   │   │   ├── map1 │   │   │   │   ├── cooling-device │   │   │   │   ├── name │   │   │   │   └── trip │   │   │   ├── map2 │   │   │   │   ├── cooling-device │   │   │   │   ├── name │   │   │   │   └── trip │   │   │   └── name │   │   ├── name │   │   ├── polling-delay │   │   ├── polling-delay-passive │   │   ├── thermal-sensors │   │   └── trips │   │   ├── gpu-alert0 │   │   │   ├── hysteresis │   │   │   ├── name │   │   │   ├── phandle │   │   │   ├── temperature │   │   │   └── type │   │   ├── gpu-alert1 │   │   │   ├── hysteresis │   │   │   ├── name │   │   │   ├── phandle │   │   │   ├── temperature │   │   │   └── type │   │   ├── gpu-alert2 │   │   │   ├── hysteresis │   │   │   ├── name │   │   │   ├── phandle │   │   │   ├── temperature │   │   │   └── type │   │   ├── gpu-crit │   │   │   ├── hysteresis │   │   │   ├── name │   │   │   ├── temperature │   │   │   └── type │   │   └── name │   ├── thermal_top │   │   ├── name │   │   ├── polling-delay │   │   ├── polling-delay-passive │   │   ├── thermal-sensors │   │   └── trips │   │   ├── name │   │   └── thermal_top-trip0 │   │   ├── hysteresis │   │   ├── name │   │   ├── temperature │   │   └── type │   └── thermal_vpu │   ├── name │   ├── polling-delay │   ├── polling-delay-passive │   ├── thermal-sensors │   └── trips │   ├── name │   └── thermal_vpu-trip0 │   ├── hysteresis │   ├── name │   ├── temperature │   └── type ├── timer@d4016000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── counter0 │   │   ├── compatible │   │   ├── interrupt-parent │   │   ├── interrupts │   │   ├── name │   │   ├── spacemit,timer-broadcast │   │   ├── spacemit,timer-counter-id │   │   └── status │   ├── name │   ├── reg │   ├── resets │   ├── spacemit,timer-apb-frequency │   ├── spacemit,timer-fastclk-frequency │   ├── spacemit,timer-frequency │   ├── spacemit,timer-id │   └── status ├── udma │   ├── compatible │   ├── name │   └── status ├── ufshc@0xc0e00000 │   ├── #address-cells │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── freq-table-hz │   ├── interrupt-parent │   ├── interrupts │   ├── lanes-per-direction │   ├── name │   ├── ref-clk-freq │   ├── reg │   ├── reset-names │   ├── resets │   ├── #size-cells │   └── status ├── usb2@c0a00000 │   ├── clocks │   ├── compatible │   ├── dr_mode │   ├── interrupt-parent │   ├── interrupts │   ├── maximum-speed │   ├── name │   ├── phy-names │   ├── phys │   ├── phy_type │   ├── reg │   ├── resets │   ├── snps,dis-del-phy-power-chg-quirk │   ├── snps,dis_enblslpm_quirk │   ├── snps,dis-tx-ipgap-linecheck-quirk │   ├── snps,dis_u2_susphy_quirk │   └── status ├── usb3@81400000 │   ├── #address-cells │   ├── clocks │   ├── compatible │   ├── dr_mode │   ├── hub@1 │   │   ├── compatible │   │   ├── name │   │   ├── peer-hub │   │   ├── phandle │   │   └── reg │   ├── hub@2 │   │   ├── compatible │   │   ├── name │   │   ├── peer-hub │   │   ├── phandle │   │   └── reg │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── phy-names │   ├── phys │   ├── phy_type │   ├── reg │   ├── resets │   ├── #size-cells │   ├── snps,dis-del-phy-power-chg-quirk │   ├── snps,dis_enblslpm_quirk │   ├── snps,dis-tx-ipgap-linecheck-quirk │   ├── snps,dis_u2_susphy_quirk │   ├── snps,dis_u3_susphy_quirk │   ├── snps,parkmode-disable-ss-quirk │   └── status ├── usb3@81700000 │   ├── clocks │   ├── compatible │   ├── dr_mode │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── phy-names │   ├── phys │   ├── phy_type │   ├── reg │   ├── resets │   ├── snps,dis-del-phy-power-chg-quirk │   ├── snps,dis_enblslpm_quirk │   ├── snps,dis-tx-ipgap-linecheck-quirk │   ├── snps,dis_u2_susphy_quirk │   ├── snps,dis_u3_susphy_quirk │   ├── snps,parkmode-disable-ss-quirk │   └── status ├── usb3@81a00000 │   ├── clocks │   ├── compatible │   ├── dr_mode │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── phy-names │   ├── phys │   ├── phy_type │   ├── reg │   ├── resets │   ├── snps,dis-del-phy-power-chg-quirk │   ├── snps,dis_enblslpm_quirk │   ├── snps,dis-tx-ipgap-linecheck-quirk │   ├── snps,dis_u2_susphy_quirk │   ├── snps,dis_u3_susphy_quirk │   ├── snps,parkmode-disable-ss-quirk │   └── status ├── usb3@cad00000 │   ├── clocks │   ├── compatible │   ├── dr_mode │   ├── interrupt-parent │   ├── interrupts │   ├── monitor-vbus │   ├── name │   ├── phy-names │   ├── phys │   ├── phy_type │   ├── ports │   │   ├── #address-cells │   │   ├── name │   │   ├── port@0 │   │   │   ├── endpoint │   │   │   │   ├── name │   │   │   │   ├── phandle │   │   │   │   └── remote-endpoint │   │   │   ├── name │   │   │   └── reg │   │   └── #size-cells │   ├── reg │   ├── resets │   ├── role-switch-default-mode │   ├── snps,dis-del-phy-power-chg-quirk │   ├── snps,dis_enblslpm_quirk │   ├── snps,dis-tx-ipgap-linecheck-quirk │   ├── snps,dis_u2_susphy_quirk │   ├── snps,dis_u3_susphy_quirk │   ├── snps,parkmode-disable-ss-quirk │   ├── status │   └── usb-role-switch ├── v2d@c0100000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── reg-names │   ├── reset-names │   ├── resets │   └── status ├── watchdog@d4014000 │   ├── clock-names │   ├── clocks │   ├── compatible │   ├── interrupt-parent │   ├── interrupts │   ├── name │   ├── reg │   ├── resets │   ├── spa,wdt-disabled │   ├── spa,wdt-enable-restart-handler │   └── status └── wb0 ├── compatible ├── dev-id ├── name ├── ports │   ├── #address-cells │   ├── name │   ├── port@0 │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   ├── name │   │   └── reg │   ├── port@1 │   │   ├── endpoint │   │   │   ├── name │   │   │   ├── phandle │   │   │   └── remote-endpoint │   │   ├── name │   │   └── reg │   └── #size-cells └── status 1410 directories, 6012 files