No need to extract the entire linux source when we only want device
trees.

While here, use a simple shell idiom to replace file suffix.

Builds all fine on amd64, no PLIST change.
OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/dtb/Makefile,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile
--- Makefile    28 Feb 2021 09:33:30 -0000      1.26
+++ Makefile    24 Mar 2021 21:22:08 -0000
@@ -25,6 +25,10 @@ NO_TEST=     Yes
 
 ARCHS= arm arm64 mips powerpc
 
+# cuts down WRKSRC from ~1G to ~62M
+EXTRACT_FILES= ${ARCHS:=${DISTNAME}/arch/%/boot/dts} \
+               ${DISTNAME}/{include,scripts/dtc/include-prefixes}
+
 do-build:
 .for ARCH in ${ARCHS}
        cd ${WRKSRC}/arch/${ARCH}/boot/dts ; \
@@ -34,8 +38,7 @@ do-build:
                clang-cpp -nostdinc -I . -I include -I${WRKSRC}/include \
                    -I ${WRKSRC}/scripts/dtc/include-prefixes \
                    -undef -D__DTS__ -x assembler-with-cpp $$dts \
-                   | dtc -I dts -O dtb -o `echo "$$dts" \
-                   | sed -e 's/\.dts$$/\.dtb/'` - ; \
+                   | dtc -I dts -O dtb -o $${dts%.dts}.dtb - ; \
            done ; \
        done
 .endfor
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/sysutils/dtb/pkg/PLIST,v
retrieving revision 1.19
diff -u -p -r1.19 PLIST
--- pkg/PLIST   28 Feb 2021 09:33:30 -0000      1.19
+++ pkg/PLIST   24 Mar 2021 21:25:29 -0000
@@ -1,1790 +1,5 @@
 @comment $OpenBSD: PLIST,v 1.19 2021/02/28 09:33:30 jsg Exp $
 share/dtb/
-share/dtb/arm/
-share/dtb/arm/aks-cdu.dtb
-share/dtb/arm/alphascale-asm9260-devkit.dtb
-share/dtb/arm/alpine-db.dtb
-share/dtb/arm/am335x-baltos-ir2110.dtb
-share/dtb/arm/am335x-baltos-ir3220.dtb
-share/dtb/arm/am335x-baltos-ir5221.dtb
-share/dtb/arm/am335x-base0033.dtb
-share/dtb/arm/am335x-bone.dtb
-share/dtb/arm/am335x-boneblack-wireless.dtb
-share/dtb/arm/am335x-boneblack.dtb
-share/dtb/arm/am335x-boneblue.dtb
-share/dtb/arm/am335x-bonegreen-wireless.dtb
-share/dtb/arm/am335x-bonegreen.dtb
-share/dtb/arm/am335x-chiliboard.dtb
-share/dtb/arm/am335x-cm-t335.dtb
-share/dtb/arm/am335x-evm.dtb
-share/dtb/arm/am335x-evmsk.dtb
-share/dtb/arm/am335x-guardian.dtb
-share/dtb/arm/am335x-icev2.dtb
-share/dtb/arm/am335x-lxm.dtb
-share/dtb/arm/am335x-moxa-uc-2101.dtb
-share/dtb/arm/am335x-moxa-uc-8100-me-t.dtb
-share/dtb/arm/am335x-nano.dtb
-share/dtb/arm/am335x-netcan-plus-1xx.dtb
-share/dtb/arm/am335x-netcom-plus-2xx.dtb
-share/dtb/arm/am335x-netcom-plus-8xx.dtb
-share/dtb/arm/am335x-osd3358-sm-red.dtb
-share/dtb/arm/am335x-pdu001.dtb
-share/dtb/arm/am335x-pepper.dtb
-share/dtb/arm/am335x-phycore-rdk.dtb
-share/dtb/arm/am335x-pocketbeagle.dtb
-share/dtb/arm/am335x-regor-rdk.dtb
-share/dtb/arm/am335x-sancloud-bbe.dtb
-share/dtb/arm/am335x-sbc-t335.dtb
-share/dtb/arm/am335x-shc.dtb
-share/dtb/arm/am335x-sl50.dtb
-share/dtb/arm/am335x-wega-rdk.dtb
-share/dtb/arm/am3517-craneboard.dtb
-share/dtb/arm/am3517-evm.dtb
-share/dtb/arm/am3517_mt_ventoux.dtb
-share/dtb/arm/am3874-iceboard.dtb
-share/dtb/arm/am437x-cm-t43.dtb
-share/dtb/arm/am437x-gp-evm.dtb
-share/dtb/arm/am437x-idk-evm.dtb
-share/dtb/arm/am437x-sbc-t43.dtb
-share/dtb/arm/am437x-sk-evm.dtb
-share/dtb/arm/am43x-epos-evm.dtb
-share/dtb/arm/am571x-idk.dtb
-share/dtb/arm/am5729-beagleboneai.dtb
-share/dtb/arm/am572x-idk.dtb
-share/dtb/arm/am574x-idk.dtb
-share/dtb/arm/am57xx-beagle-x15-revb1.dtb
-share/dtb/arm/am57xx-beagle-x15-revc.dtb
-share/dtb/arm/am57xx-beagle-x15.dtb
-share/dtb/arm/am57xx-cl-som-am57x.dtb
-share/dtb/arm/am57xx-sbc-am57x.dtb
-share/dtb/arm/animeo_ip.dtb
-share/dtb/arm/arm-realview-eb-11mp-bbrevd-ctrevb.dtb
-share/dtb/arm/arm-realview-eb-11mp-bbrevd.dtb
-share/dtb/arm/arm-realview-eb-11mp-ctrevb.dtb
-share/dtb/arm/arm-realview-eb-11mp.dtb
-share/dtb/arm/arm-realview-eb-a9mp-bbrevd.dtb
-share/dtb/arm/arm-realview-eb-a9mp.dtb
-share/dtb/arm/arm-realview-eb-bbrevd.dtb
-share/dtb/arm/arm-realview-eb.dtb
-share/dtb/arm/arm-realview-pb1176.dtb
-share/dtb/arm/arm-realview-pb11mp.dtb
-share/dtb/arm/arm-realview-pba8.dtb
-share/dtb/arm/arm-realview-pbx-a9.dtb
-share/dtb/arm/armada-370-db.dtb
-share/dtb/arm/armada-370-dlink-dns327l.dtb
-share/dtb/arm/armada-370-mirabox.dtb
-share/dtb/arm/armada-370-netgear-rn102.dtb
-share/dtb/arm/armada-370-netgear-rn104.dtb
-share/dtb/arm/armada-370-rd.dtb
-share/dtb/arm/armada-370-seagate-nas-2bay.dtb
-share/dtb/arm/armada-370-seagate-nas-4bay.dtb
-share/dtb/arm/armada-370-seagate-personal-cloud-2bay.dtb
-share/dtb/arm/armada-370-seagate-personal-cloud.dtb
-share/dtb/arm/armada-370-synology-ds213j.dtb
-share/dtb/arm/armada-375-db.dtb
-share/dtb/arm/armada-382-rd-ac3x-48g4x2xl.dtb
-share/dtb/arm/armada-385-clearfog-gtr-l8.dtb
-share/dtb/arm/armada-385-clearfog-gtr-s4.dtb
-share/dtb/arm/armada-385-db-88f6820-amc.dtb
-share/dtb/arm/armada-385-db-ap.dtb
-share/dtb/arm/armada-385-linksys-caiman.dtb
-share/dtb/arm/armada-385-linksys-cobra.dtb
-share/dtb/arm/armada-385-linksys-rango.dtb
-share/dtb/arm/armada-385-linksys-shelby.dtb
-share/dtb/arm/armada-385-synology-ds116.dtb
-share/dtb/arm/armada-385-turris-omnia.dtb
-share/dtb/arm/armada-388-clearfog-base.dtb
-share/dtb/arm/armada-388-clearfog-pro.dtb
-share/dtb/arm/armada-388-clearfog.dtb
-share/dtb/arm/armada-388-db.dtb
-share/dtb/arm/armada-388-gp.dtb
-share/dtb/arm/armada-388-helios4.dtb
-share/dtb/arm/armada-388-rd.dtb
-share/dtb/arm/armada-390-db.dtb
-share/dtb/arm/armada-395-gp.dtb
-share/dtb/arm/armada-398-db.dtb
-share/dtb/arm/armada-xp-axpwifiap.dtb
-share/dtb/arm/armada-xp-crs305-1g-4s-bit.dtb
-share/dtb/arm/armada-xp-crs305-1g-4s.dtb
-share/dtb/arm/armada-xp-crs326-24g-2s-bit.dtb
-share/dtb/arm/armada-xp-crs326-24g-2s.dtb
-share/dtb/arm/armada-xp-crs328-4c-20s-4s-bit.dtb
-share/dtb/arm/armada-xp-crs328-4c-20s-4s.dtb
-share/dtb/arm/armada-xp-db-dxbc2.dtb
-share/dtb/arm/armada-xp-db-xc3-24g4xg.dtb
-share/dtb/arm/armada-xp-db.dtb
-share/dtb/arm/armada-xp-gp.dtb
-share/dtb/arm/armada-xp-lenovo-ix4-300d.dtb
-share/dtb/arm/armada-xp-linksys-mamba.dtb
-share/dtb/arm/armada-xp-matrix.dtb
-share/dtb/arm/armada-xp-netgear-rn2120.dtb
-share/dtb/arm/armada-xp-openblocks-ax3-4.dtb
-share/dtb/arm/armada-xp-synology-ds414.dtb
-share/dtb/arm/artpec6-devboard.dtb
-share/dtb/arm/aspeed-ast2500-evb.dtb
-share/dtb/arm/aspeed-ast2600-evb.dtb
-share/dtb/arm/aspeed-bmc-amd-ethanolx.dtb
-share/dtb/arm/aspeed-bmc-arm-centriq2400-rep.dtb
-share/dtb/arm/aspeed-bmc-arm-stardragon4800-rep2.dtb
-share/dtb/arm/aspeed-bmc-bytedance-g220a.dtb
-share/dtb/arm/aspeed-bmc-facebook-cmm.dtb
-share/dtb/arm/aspeed-bmc-facebook-galaxy100.dtb
-share/dtb/arm/aspeed-bmc-facebook-minipack.dtb
-share/dtb/arm/aspeed-bmc-facebook-tiogapass.dtb
-share/dtb/arm/aspeed-bmc-facebook-wedge100.dtb
-share/dtb/arm/aspeed-bmc-facebook-wedge40.dtb
-share/dtb/arm/aspeed-bmc-facebook-wedge400.dtb
-share/dtb/arm/aspeed-bmc-facebook-yamp.dtb
-share/dtb/arm/aspeed-bmc-facebook-yosemitev2.dtb
-share/dtb/arm/aspeed-bmc-ibm-rainier-4u.dtb
-share/dtb/arm/aspeed-bmc-ibm-rainier.dtb
-share/dtb/arm/aspeed-bmc-inspur-fp5280g2.dtb
-share/dtb/arm/aspeed-bmc-inspur-on5263m5.dtb
-share/dtb/arm/aspeed-bmc-intel-s2600wf.dtb
-share/dtb/arm/aspeed-bmc-lenovo-hr630.dtb
-share/dtb/arm/aspeed-bmc-lenovo-hr855xg2.dtb
-share/dtb/arm/aspeed-bmc-microsoft-olympus.dtb
-share/dtb/arm/aspeed-bmc-opp-lanyang.dtb
-share/dtb/arm/aspeed-bmc-opp-mihawk.dtb
-share/dtb/arm/aspeed-bmc-opp-mowgli.dtb
-share/dtb/arm/aspeed-bmc-opp-nicole.dtb
-share/dtb/arm/aspeed-bmc-opp-palmetto.dtb
-share/dtb/arm/aspeed-bmc-opp-romulus.dtb
-share/dtb/arm/aspeed-bmc-opp-swift.dtb
-share/dtb/arm/aspeed-bmc-opp-tacoma.dtb
-share/dtb/arm/aspeed-bmc-opp-vesnin.dtb
-share/dtb/arm/aspeed-bmc-opp-witherspoon.dtb
-share/dtb/arm/aspeed-bmc-opp-zaius.dtb
-share/dtb/arm/aspeed-bmc-portwell-neptune.dtb
-share/dtb/arm/aspeed-bmc-quanta-q71l.dtb
-share/dtb/arm/at91-ariag25.dtb
-share/dtb/arm/at91-ariettag25.dtb
-share/dtb/arm/at91-cosino_mega2560.dtb
-share/dtb/arm/at91-dvk_som60.dtb
-share/dtb/arm/at91-foxg20.dtb
-share/dtb/arm/at91-gatwick.dtb
-share/dtb/arm/at91-kizbox.dtb
-share/dtb/arm/at91-kizbox2-2.dtb
-share/dtb/arm/at91-kizbox3-hs.dtb
-share/dtb/arm/at91-kizboxmini-base.dtb
-share/dtb/arm/at91-kizboxmini-mb.dtb
-share/dtb/arm/at91-kizboxmini-rd.dtb
-share/dtb/arm/at91-nattis-2-natte-2.dtb
-share/dtb/arm/at91-qil_a9260.dtb
-share/dtb/arm/at91-sam9_l9260.dtb
-share/dtb/arm/at91-sam9x60ek.dtb
-share/dtb/arm/at91-sama5d27_som1_ek.dtb
-share/dtb/arm/at91-sama5d27_wlsom1_ek.dtb
-share/dtb/arm/at91-sama5d2_icp.dtb
-share/dtb/arm/at91-sama5d2_ptc_ek.dtb
-share/dtb/arm/at91-sama5d2_xplained.dtb
-share/dtb/arm/at91-sama5d3_xplained.dtb
-share/dtb/arm/at91-sama5d4_ma5d4evk.dtb
-share/dtb/arm/at91-sama5d4_xplained.dtb
-share/dtb/arm/at91-sama5d4ek.dtb
-share/dtb/arm/at91-smartkiz.dtb
-share/dtb/arm/at91-tse850-3.dtb
-share/dtb/arm/at91-vinco.dtb
-share/dtb/arm/at91-wb45n.dtb
-share/dtb/arm/at91-wb50n.dtb
-share/dtb/arm/at91rm9200ek.dtb
-share/dtb/arm/at91sam9260ek.dtb
-share/dtb/arm/at91sam9261ek.dtb
-share/dtb/arm/at91sam9263ek.dtb
-share/dtb/arm/at91sam9g15ek.dtb
-share/dtb/arm/at91sam9g20ek.dtb
-share/dtb/arm/at91sam9g20ek_2mmc.dtb
-share/dtb/arm/at91sam9g25-gardena-smart-gateway.dtb
-share/dtb/arm/at91sam9g25ek.dtb
-share/dtb/arm/at91sam9g35ek.dtb
-share/dtb/arm/at91sam9m10g45ek.dtb
-share/dtb/arm/at91sam9n12ek.dtb
-share/dtb/arm/at91sam9rlek.dtb
-share/dtb/arm/at91sam9x25ek.dtb
-share/dtb/arm/at91sam9x35ek.dtb
-share/dtb/arm/atlas6-evb.dtb
-share/dtb/arm/atlas7-evb.dtb
-share/dtb/arm/axm5516-amarillo.dtb
-share/dtb/arm/bcm21664-garnet.dtb
-share/dtb/arm/bcm23550-sparrow.dtb
-share/dtb/arm/bcm2711-rpi-4-b.dtb
-share/dtb/arm/bcm28155-ap.dtb
-share/dtb/arm/bcm2835-rpi-a-plus.dtb
-share/dtb/arm/bcm2835-rpi-a.dtb
-share/dtb/arm/bcm2835-rpi-b-plus.dtb
-share/dtb/arm/bcm2835-rpi-b-rev2.dtb
-share/dtb/arm/bcm2835-rpi-b.dtb
-share/dtb/arm/bcm2835-rpi-cm1-io1.dtb
-share/dtb/arm/bcm2835-rpi-zero-w.dtb
-share/dtb/arm/bcm2835-rpi-zero.dtb
-share/dtb/arm/bcm2836-rpi-2-b.dtb
-share/dtb/arm/bcm2837-rpi-3-a-plus.dtb
-share/dtb/arm/bcm2837-rpi-3-b-plus.dtb
-share/dtb/arm/bcm2837-rpi-3-b.dtb
-share/dtb/arm/bcm2837-rpi-cm3-io3.dtb
-share/dtb/arm/bcm4708-asus-rt-ac56u.dtb
-share/dtb/arm/bcm4708-asus-rt-ac68u.dtb
-share/dtb/arm/bcm4708-buffalo-wzr-1750dhp.dtb
-share/dtb/arm/bcm4708-linksys-ea6300-v1.dtb
-share/dtb/arm/bcm4708-linksys-ea6500-v2.dtb
-share/dtb/arm/bcm4708-luxul-xap-1510.dtb
-share/dtb/arm/bcm4708-luxul-xwc-1000.dtb
-share/dtb/arm/bcm4708-netgear-r6250.dtb
-share/dtb/arm/bcm4708-netgear-r6300-v2.dtb
-share/dtb/arm/bcm4708-smartrg-sr400ac.dtb
-share/dtb/arm/bcm47081-asus-rt-n18u.dtb
-share/dtb/arm/bcm47081-buffalo-wzr-600dhp2.dtb
-share/dtb/arm/bcm47081-buffalo-wzr-900dhp.dtb
-share/dtb/arm/bcm47081-luxul-xap-1410.dtb
-share/dtb/arm/bcm47081-luxul-xwr-1200.dtb
-share/dtb/arm/bcm47081-tplink-archer-c5-v2.dtb
-share/dtb/arm/bcm4709-asus-rt-ac87u.dtb
-share/dtb/arm/bcm4709-buffalo-wxr-1900dhp.dtb
-share/dtb/arm/bcm4709-linksys-ea9200.dtb
-share/dtb/arm/bcm4709-netgear-r7000.dtb
-share/dtb/arm/bcm4709-netgear-r8000.dtb
-share/dtb/arm/bcm4709-tplink-archer-c9-v1.dtb
-share/dtb/arm/bcm47094-dlink-dir-885l.dtb
-share/dtb/arm/bcm47094-linksys-panamera.dtb
-share/dtb/arm/bcm47094-luxul-abr-4500.dtb
-share/dtb/arm/bcm47094-luxul-xap-1610.dtb
-share/dtb/arm/bcm47094-luxul-xbr-4500.dtb
-share/dtb/arm/bcm47094-luxul-xwc-2000.dtb
-share/dtb/arm/bcm47094-luxul-xwr-3100.dtb
-share/dtb/arm/bcm47094-luxul-xwr-3150-v1.dtb
-share/dtb/arm/bcm47094-netgear-r8500.dtb
-share/dtb/arm/bcm47094-phicomm-k3.dtb
-share/dtb/arm/bcm47189-luxul-xap-1440.dtb
-share/dtb/arm/bcm47189-luxul-xap-810.dtb
-share/dtb/arm/bcm47189-tenda-ac9.dtb
-share/dtb/arm/bcm53016-meraki-mr32.dtb
-share/dtb/arm/bcm53340-ubnt-unifi-switch8.dtb
-share/dtb/arm/bcm7445-bcm97445svmb.dtb
-share/dtb/arm/bcm911360_entphn.dtb
-share/dtb/arm/bcm911360k.dtb
-share/dtb/arm/bcm94708.dtb
-share/dtb/arm/bcm94709.dtb
-share/dtb/arm/bcm947189acdbmr.dtb
-share/dtb/arm/bcm953012er.dtb
-share/dtb/arm/bcm953012hr.dtb
-share/dtb/arm/bcm953012k.dtb
-share/dtb/arm/bcm958300k.dtb
-share/dtb/arm/bcm958305k.dtb
-share/dtb/arm/bcm958522er.dtb
-share/dtb/arm/bcm958525er.dtb
-share/dtb/arm/bcm958525xmc.dtb
-share/dtb/arm/bcm958622hr.dtb
-share/dtb/arm/bcm958623hr.dtb
-share/dtb/arm/bcm958625hr.dtb
-share/dtb/arm/bcm958625k.dtb
-share/dtb/arm/bcm963138dvt.dtb
-share/dtb/arm/bcm988312hr.dtb
-share/dtb/arm/berlin2-sony-nsz-gs7.dtb
-share/dtb/arm/berlin2cd-google-chromecast.dtb
-share/dtb/arm/berlin2cd-valve-steamlink.dtb
-share/dtb/arm/berlin2q-marvell-dmp.dtb
-share/dtb/arm/cx92755_equinox.dtb
-share/dtb/arm/da850-enbw-cmc.dtb
-share/dtb/arm/da850-evm.dtb
-share/dtb/arm/da850-lcdk.dtb
-share/dtb/arm/da850-lego-ev3.dtb
-share/dtb/arm/dm8148-evm.dtb
-share/dtb/arm/dm8148-t410.dtb
-share/dtb/arm/dm8168-evm.dtb
-share/dtb/arm/dove-cubox-es.dtb
-share/dtb/arm/dove-cubox.dtb
-share/dtb/arm/dove-d2plug.dtb
-share/dtb/arm/dove-d3plug.dtb
-share/dtb/arm/dove-dove-db.dtb
-share/dtb/arm/dove-sbc-a510.dtb
-share/dtb/arm/dra62x-j5eco-evm.dtb
-share/dtb/arm/dra7-evm.dtb
-share/dtb/arm/dra71-evm.dtb
-share/dtb/arm/dra72-evm-revc.dtb
-share/dtb/arm/dra72-evm.dtb
-share/dtb/arm/dra76-evm.dtb
-share/dtb/arm/ecx-2000.dtb
-share/dtb/arm/efm32gg-dk3750.dtb
-share/dtb/arm/emev2-kzm9d.dtb
-share/dtb/arm/ep7211-edb7211.dtb
-share/dtb/arm/ethernut5.dtb
-share/dtb/arm/evk-pro3.dtb
-share/dtb/arm/exynos3250-artik5-eval.dtb
-share/dtb/arm/exynos3250-monk.dtb
-share/dtb/arm/exynos3250-rinato.dtb
-share/dtb/arm/exynos4210-i9100.dtb
-share/dtb/arm/exynos4210-origen.dtb
-share/dtb/arm/exynos4210-smdkv310.dtb
-share/dtb/arm/exynos4210-trats.dtb
-share/dtb/arm/exynos4210-universal_c210.dtb
-share/dtb/arm/exynos4412-i9300.dtb
-share/dtb/arm/exynos4412-i9305.dtb
-share/dtb/arm/exynos4412-itop-elite.dtb
-share/dtb/arm/exynos4412-n710x.dtb
-share/dtb/arm/exynos4412-odroidu3.dtb
-share/dtb/arm/exynos4412-odroidx.dtb
-share/dtb/arm/exynos4412-odroidx2.dtb
-share/dtb/arm/exynos4412-origen.dtb
-share/dtb/arm/exynos4412-p4note-n8010.dtb
-share/dtb/arm/exynos4412-smdk4412.dtb
-share/dtb/arm/exynos4412-tiny4412.dtb
-share/dtb/arm/exynos4412-trats2.dtb
-share/dtb/arm/exynos5250-arndale.dtb
-share/dtb/arm/exynos5250-smdk5250.dtb
-share/dtb/arm/exynos5250-snow-rev5.dtb
-share/dtb/arm/exynos5250-snow.dtb
-share/dtb/arm/exynos5250-spring.dtb
-share/dtb/arm/exynos5260-xyref5260.dtb
-share/dtb/arm/exynos5410-odroidxu.dtb
-share/dtb/arm/exynos5410-smdk5410.dtb
-share/dtb/arm/exynos5420-arndale-octa.dtb
-share/dtb/arm/exynos5420-peach-pit.dtb
-share/dtb/arm/exynos5420-smdk5420.dtb
-share/dtb/arm/exynos5422-odroidhc1.dtb
-share/dtb/arm/exynos5422-odroidxu3-lite.dtb
-share/dtb/arm/exynos5422-odroidxu3.dtb
-share/dtb/arm/exynos5422-odroidxu4.dtb
-share/dtb/arm/exynos5800-peach-pi.dtb
-share/dtb/arm/gemini-dlink-dir-685.dtb
-share/dtb/arm/gemini-dlink-dns-313.dtb
-share/dtb/arm/gemini-nas4220b.dtb
-share/dtb/arm/gemini-rut1xx.dtb
-share/dtb/arm/gemini-sl93512r.dtb
-share/dtb/arm/gemini-sq201.dtb
-share/dtb/arm/gemini-wbd111.dtb
-share/dtb/arm/gemini-wbd222.dtb
-share/dtb/arm/hi3519-demb.dtb
-share/dtb/arm/hi3620-hi4511.dtb
-share/dtb/arm/highbank.dtb
-share/dtb/arm/hip01-ca9x2.dtb
-share/dtb/arm/hip04-d01.dtb
-share/dtb/arm/hisi-x5hd2-dkb.dtb
-share/dtb/arm/imx1-ads.dtb
-share/dtb/arm/imx1-apf9328.dtb
-share/dtb/arm/imx23-evk.dtb
-share/dtb/arm/imx23-olinuxino.dtb
-share/dtb/arm/imx23-sansa.dtb
-share/dtb/arm/imx23-stmp378x_devb.dtb
-share/dtb/arm/imx23-xfi3.dtb
-share/dtb/arm/imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dtb
-share/dtb/arm/imx25-eukrea-mbimxsd25-baseboard-dvi-svga.dtb
-share/dtb/arm/imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dtb
-share/dtb/arm/imx25-eukrea-mbimxsd25-baseboard.dtb
-share/dtb/arm/imx25-karo-tx25.dtb
-share/dtb/arm/imx25-pdk.dtb
-share/dtb/arm/imx27-apf27.dtb
-share/dtb/arm/imx27-apf27dev.dtb
-share/dtb/arm/imx27-eukrea-mbimxsd27-baseboard.dtb
-share/dtb/arm/imx27-pdk.dtb
-share/dtb/arm/imx27-phytec-phycard-s-rdk.dtb
-share/dtb/arm/imx27-phytec-phycore-rdk.dtb
-share/dtb/arm/imx28-apf28.dtb
-share/dtb/arm/imx28-apf28dev.dtb
-share/dtb/arm/imx28-apx4devkit.dtb
-share/dtb/arm/imx28-cfa10036.dtb
-share/dtb/arm/imx28-cfa10037.dtb
-share/dtb/arm/imx28-cfa10049.dtb
-share/dtb/arm/imx28-cfa10055.dtb
-share/dtb/arm/imx28-cfa10056.dtb
-share/dtb/arm/imx28-cfa10057.dtb
-share/dtb/arm/imx28-cfa10058.dtb
-share/dtb/arm/imx28-duckbill-2-485.dtb
-share/dtb/arm/imx28-duckbill-2-enocean.dtb
-share/dtb/arm/imx28-duckbill-2-spi.dtb
-share/dtb/arm/imx28-duckbill-2.dtb
-share/dtb/arm/imx28-duckbill.dtb
-share/dtb/arm/imx28-eukrea-mbmx283lc.dtb
-share/dtb/arm/imx28-eukrea-mbmx287lc.dtb
-share/dtb/arm/imx28-evk.dtb
-share/dtb/arm/imx28-m28cu3.dtb
-share/dtb/arm/imx28-m28evk.dtb
-share/dtb/arm/imx28-sps1.dtb
-share/dtb/arm/imx28-ts4600.dtb
-share/dtb/arm/imx28-tx28.dtb
-share/dtb/arm/imx31-bug.dtb
-share/dtb/arm/imx31-lite.dtb
-share/dtb/arm/imx35-eukrea-mbimxsd35-baseboard.dtb
-share/dtb/arm/imx35-pdk.dtb
-share/dtb/arm/imx50-evk.dtb
-share/dtb/arm/imx50-kobo-aura.dtb
-share/dtb/arm/imx51-apf51.dtb
-share/dtb/arm/imx51-apf51dev.dtb
-share/dtb/arm/imx51-babbage.dtb
-share/dtb/arm/imx51-digi-connectcore-jsk.dtb
-share/dtb/arm/imx51-eukrea-mbimxsd51-baseboard.dtb
-share/dtb/arm/imx51-ts4800.dtb
-share/dtb/arm/imx51-zii-rdu1.dtb
-share/dtb/arm/imx51-zii-scu2-mezz.dtb
-share/dtb/arm/imx51-zii-scu3-esb.dtb
-share/dtb/arm/imx53-ard.dtb
-share/dtb/arm/imx53-cx9020.dtb
-share/dtb/arm/imx53-kp-ddc.dtb
-share/dtb/arm/imx53-kp-hsc.dtb
-share/dtb/arm/imx53-m53evk.dtb
-share/dtb/arm/imx53-m53menlo.dtb
-share/dtb/arm/imx53-mba53.dtb
-share/dtb/arm/imx53-ppd.dtb
-share/dtb/arm/imx53-qsb.dtb
-share/dtb/arm/imx53-qsrb.dtb
-share/dtb/arm/imx53-smd.dtb
-share/dtb/arm/imx53-tx53-x03x.dtb
-share/dtb/arm/imx53-tx53-x13x.dtb
-share/dtb/arm/imx53-usbarmory.dtb
-share/dtb/arm/imx53-voipac-bsb.dtb
-share/dtb/arm/imx6dl-alti6p.dtb
-share/dtb/arm/imx6dl-apf6dev.dtb
-share/dtb/arm/imx6dl-aristainetos2_4.dtb
-share/dtb/arm/imx6dl-aristainetos2_7.dtb
-share/dtb/arm/imx6dl-aristainetos_4.dtb
-share/dtb/arm/imx6dl-aristainetos_7.dtb
-share/dtb/arm/imx6dl-colibri-eval-v3.dtb
-share/dtb/arm/imx6dl-colibri-v1_1-eval-v3.dtb
-share/dtb/arm/imx6dl-cubox-i-emmc-som-v15.dtb
-share/dtb/arm/imx6dl-cubox-i-som-v15.dtb
-share/dtb/arm/imx6dl-cubox-i.dtb
-share/dtb/arm/imx6dl-dfi-fs700-m60.dtb
-share/dtb/arm/imx6dl-eckelmann-ci4x10.dtb
-share/dtb/arm/imx6dl-emcon-avari.dtb
-share/dtb/arm/imx6dl-gw51xx.dtb
-share/dtb/arm/imx6dl-gw52xx.dtb
-share/dtb/arm/imx6dl-gw53xx.dtb
-share/dtb/arm/imx6dl-gw54xx.dtb
-share/dtb/arm/imx6dl-gw551x.dtb
-share/dtb/arm/imx6dl-gw552x.dtb
-share/dtb/arm/imx6dl-gw553x.dtb
-share/dtb/arm/imx6dl-gw560x.dtb
-share/dtb/arm/imx6dl-gw5903.dtb
-share/dtb/arm/imx6dl-gw5904.dtb
-share/dtb/arm/imx6dl-gw5907.dtb
-share/dtb/arm/imx6dl-gw5910.dtb
-share/dtb/arm/imx6dl-gw5912.dtb
-share/dtb/arm/imx6dl-gw5913.dtb
-share/dtb/arm/imx6dl-hummingboard-emmc-som-v15.dtb
-share/dtb/arm/imx6dl-hummingboard-som-v15.dtb
-share/dtb/arm/imx6dl-hummingboard.dtb
-share/dtb/arm/imx6dl-hummingboard2-emmc-som-v15.dtb
-share/dtb/arm/imx6dl-hummingboard2-som-v15.dtb
-share/dtb/arm/imx6dl-hummingboard2.dtb
-share/dtb/arm/imx6dl-icore-mipi.dtb
-share/dtb/arm/imx6dl-icore-rqs.dtb
-share/dtb/arm/imx6dl-icore.dtb
-share/dtb/arm/imx6dl-lanmcu.dtb
-share/dtb/arm/imx6dl-mamoj.dtb
-share/dtb/arm/imx6dl-nit6xlite.dtb
-share/dtb/arm/imx6dl-nitrogen6x.dtb
-share/dtb/arm/imx6dl-phytec-mira-rdk-nand.dtb
-share/dtb/arm/imx6dl-phytec-pbab01.dtb
-share/dtb/arm/imx6dl-pico-dwarf.dtb
-share/dtb/arm/imx6dl-pico-hobbit.dtb
-share/dtb/arm/imx6dl-pico-nymph.dtb
-share/dtb/arm/imx6dl-pico-pi.dtb
-share/dtb/arm/imx6dl-prtrvt.dtb
-share/dtb/arm/imx6dl-prtvt7.dtb
-share/dtb/arm/imx6dl-rex-basic.dtb
-share/dtb/arm/imx6dl-riotboard.dtb
-share/dtb/arm/imx6dl-sabreauto.dtb
-share/dtb/arm/imx6dl-sabrelite.dtb
-share/dtb/arm/imx6dl-sabresd.dtb
-share/dtb/arm/imx6dl-savageboard.dtb
-share/dtb/arm/imx6dl-ts4900.dtb
-share/dtb/arm/imx6dl-ts7970.dtb
-share/dtb/arm/imx6dl-tx6dl-comtft.dtb
-share/dtb/arm/imx6dl-tx6s-8034-mb7.dtb
-share/dtb/arm/imx6dl-tx6s-8034.dtb
-share/dtb/arm/imx6dl-tx6s-8035-mb7.dtb
-share/dtb/arm/imx6dl-tx6s-8035.dtb
-share/dtb/arm/imx6dl-tx6u-801x.dtb
-share/dtb/arm/imx6dl-tx6u-8033-mb7.dtb
-share/dtb/arm/imx6dl-tx6u-8033.dtb
-share/dtb/arm/imx6dl-tx6u-80xx-mb7.dtb
-share/dtb/arm/imx6dl-tx6u-811x.dtb
-share/dtb/arm/imx6dl-tx6u-81xx-mb7.dtb
-share/dtb/arm/imx6dl-udoo.dtb
-share/dtb/arm/imx6dl-wandboard-revb1.dtb
-share/dtb/arm/imx6dl-wandboard-revd1.dtb
-share/dtb/arm/imx6dl-wandboard.dtb
-share/dtb/arm/imx6dl-yapp4-draco.dtb
-share/dtb/arm/imx6dl-yapp4-hydra.dtb
-share/dtb/arm/imx6dl-yapp4-orion.dtb
-share/dtb/arm/imx6dl-yapp4-ursa.dtb
-share/dtb/arm/imx6q-apalis-eval.dtb
-share/dtb/arm/imx6q-apalis-ixora-v1.1.dtb
-share/dtb/arm/imx6q-apalis-ixora.dtb
-share/dtb/arm/imx6q-apf6dev.dtb
-share/dtb/arm/imx6q-arm2.dtb
-share/dtb/arm/imx6q-b450v3.dtb
-share/dtb/arm/imx6q-b650v3.dtb
-share/dtb/arm/imx6q-b850v3.dtb
-share/dtb/arm/imx6q-cm-fx6.dtb
-share/dtb/arm/imx6q-cubox-i-emmc-som-v15.dtb
-share/dtb/arm/imx6q-cubox-i-som-v15.dtb
-share/dtb/arm/imx6q-cubox-i.dtb
-share/dtb/arm/imx6q-dfi-fs700-m60.dtb
-share/dtb/arm/imx6q-dhcom-pdk2.dtb
-share/dtb/arm/imx6q-display5-tianma-tm070-1280x768.dtb
-share/dtb/arm/imx6q-dmo-edmqmx6.dtb
-share/dtb/arm/imx6q-dms-ba16.dtb
-share/dtb/arm/imx6q-emcon-avari.dtb
-share/dtb/arm/imx6q-evi.dtb
-share/dtb/arm/imx6q-gk802.dtb
-share/dtb/arm/imx6q-gw51xx.dtb
-share/dtb/arm/imx6q-gw52xx.dtb
-share/dtb/arm/imx6q-gw53xx.dtb
-share/dtb/arm/imx6q-gw5400-a.dtb
-share/dtb/arm/imx6q-gw54xx.dtb
-share/dtb/arm/imx6q-gw551x.dtb
-share/dtb/arm/imx6q-gw552x.dtb
-share/dtb/arm/imx6q-gw553x.dtb
-share/dtb/arm/imx6q-gw560x.dtb
-share/dtb/arm/imx6q-gw5903.dtb
-share/dtb/arm/imx6q-gw5904.dtb
-share/dtb/arm/imx6q-gw5907.dtb
-share/dtb/arm/imx6q-gw5910.dtb
-share/dtb/arm/imx6q-gw5912.dtb
-share/dtb/arm/imx6q-gw5913.dtb
-share/dtb/arm/imx6q-h100.dtb
-share/dtb/arm/imx6q-hummingboard-emmc-som-v15.dtb
-share/dtb/arm/imx6q-hummingboard-som-v15.dtb
-share/dtb/arm/imx6q-hummingboard.dtb
-share/dtb/arm/imx6q-hummingboard2-emmc-som-v15.dtb
-share/dtb/arm/imx6q-hummingboard2-som-v15.dtb
-share/dtb/arm/imx6q-hummingboard2.dtb
-share/dtb/arm/imx6q-icore-mipi.dtb
-share/dtb/arm/imx6q-icore-ofcap10.dtb
-share/dtb/arm/imx6q-icore-ofcap12.dtb
-share/dtb/arm/imx6q-icore-rqs.dtb
-share/dtb/arm/imx6q-icore.dtb
-share/dtb/arm/imx6q-kp-tpc.dtb
-share/dtb/arm/imx6q-logicpd.dtb
-share/dtb/arm/imx6q-marsboard.dtb
-share/dtb/arm/imx6q-mccmon6.dtb
-share/dtb/arm/imx6q-nitrogen6_max.dtb
-share/dtb/arm/imx6q-nitrogen6_som2.dtb
-share/dtb/arm/imx6q-nitrogen6x.dtb
-share/dtb/arm/imx6q-novena.dtb
-share/dtb/arm/imx6q-phytec-mira-rdk-emmc.dtb
-share/dtb/arm/imx6q-phytec-mira-rdk-nand.dtb
-share/dtb/arm/imx6q-phytec-pbab01.dtb
-share/dtb/arm/imx6q-pico-dwarf.dtb
-share/dtb/arm/imx6q-pico-hobbit.dtb
-share/dtb/arm/imx6q-pico-nymph.dtb
-share/dtb/arm/imx6q-pico-pi.dtb
-share/dtb/arm/imx6q-pistachio.dtb
-share/dtb/arm/imx6q-prti6q.dtb
-share/dtb/arm/imx6q-prtwd2.dtb
-share/dtb/arm/imx6q-rex-pro.dtb
-share/dtb/arm/imx6q-sabreauto.dtb
-share/dtb/arm/imx6q-sabrelite.dtb
-share/dtb/arm/imx6q-sabresd.dtb
-share/dtb/arm/imx6q-savageboard.dtb
-share/dtb/arm/imx6q-sbc6x.dtb
-share/dtb/arm/imx6q-tbs2910.dtb
-share/dtb/arm/imx6q-ts4900.dtb
-share/dtb/arm/imx6q-ts7970.dtb
-share/dtb/arm/imx6q-tx6q-1010-comtft.dtb
-share/dtb/arm/imx6q-tx6q-1010.dtb
-share/dtb/arm/imx6q-tx6q-1020-comtft.dtb
-share/dtb/arm/imx6q-tx6q-1020.dtb
-share/dtb/arm/imx6q-tx6q-1036-mb7.dtb
-share/dtb/arm/imx6q-tx6q-1036.dtb
-share/dtb/arm/imx6q-tx6q-10x0-mb7.dtb
-share/dtb/arm/imx6q-tx6q-1110.dtb
-share/dtb/arm/imx6q-tx6q-11x0-mb7.dtb
-share/dtb/arm/imx6q-udoo.dtb
-share/dtb/arm/imx6q-utilite-pro.dtb
-share/dtb/arm/imx6q-var-dt6customboard.dtb
-share/dtb/arm/imx6q-wandboard-revb1.dtb
-share/dtb/arm/imx6q-wandboard-revd1.dtb
-share/dtb/arm/imx6q-wandboard.dtb
-share/dtb/arm/imx6q-zii-rdu2.dtb
-share/dtb/arm/imx6qp-nitrogen6_max.dtb
-share/dtb/arm/imx6qp-nitrogen6_som2.dtb
-share/dtb/arm/imx6qp-phytec-mira-rdk-nand.dtb
-share/dtb/arm/imx6qp-prtwd3.dtb
-share/dtb/arm/imx6qp-sabreauto.dtb
-share/dtb/arm/imx6qp-sabresd.dtb
-share/dtb/arm/imx6qp-tx6qp-8037-mb7.dtb
-share/dtb/arm/imx6qp-tx6qp-8037.dtb
-share/dtb/arm/imx6qp-tx6qp-8137-mb7.dtb
-share/dtb/arm/imx6qp-tx6qp-8137.dtb
-share/dtb/arm/imx6qp-wandboard-revd1.dtb
-share/dtb/arm/imx6qp-zii-rdu2.dtb
-share/dtb/arm/imx6sl-evk.dtb
-share/dtb/arm/imx6sl-tolino-shine2hd.dtb
-share/dtb/arm/imx6sl-tolino-shine3.dtb
-share/dtb/arm/imx6sl-warp.dtb
-share/dtb/arm/imx6sll-evk.dtb
-share/dtb/arm/imx6sll-kobo-clarahd.dtb
-share/dtb/arm/imx6sx-nitrogen6sx.dtb
-share/dtb/arm/imx6sx-sabreauto.dtb
-share/dtb/arm/imx6sx-sdb-mqs.dtb
-share/dtb/arm/imx6sx-sdb-reva.dtb
-share/dtb/arm/imx6sx-sdb-sai.dtb
-share/dtb/arm/imx6sx-sdb.dtb
-share/dtb/arm/imx6sx-softing-vining-2000.dtb
-share/dtb/arm/imx6sx-udoo-neo-basic.dtb
-share/dtb/arm/imx6sx-udoo-neo-extended.dtb
-share/dtb/arm/imx6sx-udoo-neo-full.dtb
-share/dtb/arm/imx6ul-14x14-evk.dtb
-share/dtb/arm/imx6ul-ccimx6ulsbcexpress.dtb
-share/dtb/arm/imx6ul-ccimx6ulsbcpro.dtb
-share/dtb/arm/imx6ul-geam.dtb
-share/dtb/arm/imx6ul-isiot-emmc.dtb
-share/dtb/arm/imx6ul-isiot-nand.dtb
-share/dtb/arm/imx6ul-kontron-n6310-s-43.dtb
-share/dtb/arm/imx6ul-kontron-n6310-s.dtb
-share/dtb/arm/imx6ul-kontron-n6311-s.dtb
-share/dtb/arm/imx6ul-liteboard.dtb
-share/dtb/arm/imx6ul-opos6uldev.dtb
-share/dtb/arm/imx6ul-phytec-segin-ff-rdk-emmc.dtb
-share/dtb/arm/imx6ul-phytec-segin-ff-rdk-nand.dtb
-share/dtb/arm/imx6ul-pico-dwarf.dtb
-share/dtb/arm/imx6ul-pico-hobbit.dtb
-share/dtb/arm/imx6ul-pico-pi.dtb
-share/dtb/arm/imx6ul-tx6ul-0010.dtb
-share/dtb/arm/imx6ul-tx6ul-0011.dtb
-share/dtb/arm/imx6ul-tx6ul-mainboard.dtb
-share/dtb/arm/imx6ull-14x14-evk.dtb
-share/dtb/arm/imx6ull-colibri-eval-v3.dtb
-share/dtb/arm/imx6ull-colibri-wifi-eval-v3.dtb
-share/dtb/arm/imx6ull-kontron-n6411-s.dtb
-share/dtb/arm/imx6ull-myir-mys-6ulx-eval.dtb
-share/dtb/arm/imx6ull-opos6uldev.dtb
-share/dtb/arm/imx6ull-phytec-segin-ff-rdk-emmc.dtb
-share/dtb/arm/imx6ull-phytec-segin-ff-rdk-nand.dtb
-share/dtb/arm/imx6ull-phytec-segin-lc-rdk-nand.dtb
-share/dtb/arm/imx6ulz-14x14-evk.dtb
-share/dtb/arm/imx7d-cl-som-imx7.dtb
-share/dtb/arm/imx7d-colibri-aster.dtb
-share/dtb/arm/imx7d-colibri-emmc-aster.dtb
-share/dtb/arm/imx7d-colibri-emmc-eval-v3.dtb
-share/dtb/arm/imx7d-colibri-eval-v3.dtb
-share/dtb/arm/imx7d-flex-concentrator-mfg.dtb
-share/dtb/arm/imx7d-flex-concentrator.dtb
-share/dtb/arm/imx7d-mba7.dtb
-share/dtb/arm/imx7d-meerkat96.dtb
-share/dtb/arm/imx7d-nitrogen7.dtb
-share/dtb/arm/imx7d-pico-dwarf.dtb
-share/dtb/arm/imx7d-pico-hobbit.dtb
-share/dtb/arm/imx7d-pico-nymph.dtb
-share/dtb/arm/imx7d-pico-pi.dtb
-share/dtb/arm/imx7d-sbc-imx7.dtb
-share/dtb/arm/imx7d-sdb-reva.dtb
-share/dtb/arm/imx7d-sdb-sht11.dtb
-share/dtb/arm/imx7d-sdb.dtb
-share/dtb/arm/imx7d-zii-rmu2.dtb
-share/dtb/arm/imx7d-zii-rpu2.dtb
-share/dtb/arm/imx7s-colibri-aster.dtb
-share/dtb/arm/imx7s-colibri-eval-v3.dtb
-share/dtb/arm/imx7s-mba7.dtb
-share/dtb/arm/imx7s-warp.dtb
-share/dtb/arm/imx7ulp-com.dtb
-share/dtb/arm/imx7ulp-evk.dtb
-share/dtb/arm/integratorap-im-pd1.dtb
-share/dtb/arm/integratorap.dtb
-share/dtb/arm/integratorcp.dtb
-share/dtb/arm/intel-ixp42x-linksys-nslu2.dtb
-share/dtb/arm/intel-ixp43x-gateworks-gw2358.dtb
-share/dtb/arm/keystone-k2e-evm.dtb
-share/dtb/arm/keystone-k2g-evm.dtb
-share/dtb/arm/keystone-k2g-ice.dtb
-share/dtb/arm/keystone-k2hk-evm.dtb
-share/dtb/arm/keystone-k2l-evm.dtb
-share/dtb/arm/kirkwood-b3.dtb
-share/dtb/arm/kirkwood-blackarmor-nas220.dtb
-share/dtb/arm/kirkwood-cloudbox.dtb
-share/dtb/arm/kirkwood-d2net.dtb
-share/dtb/arm/kirkwood-db-88f6281.dtb
-share/dtb/arm/kirkwood-db-88f6282.dtb
-share/dtb/arm/kirkwood-dir665.dtb
-share/dtb/arm/kirkwood-dns320.dtb
-share/dtb/arm/kirkwood-dns325.dtb
-share/dtb/arm/kirkwood-dockstar.dtb
-share/dtb/arm/kirkwood-dreamplug.dtb
-share/dtb/arm/kirkwood-ds109.dtb
-share/dtb/arm/kirkwood-ds110jv10.dtb
-share/dtb/arm/kirkwood-ds111.dtb
-share/dtb/arm/kirkwood-ds112.dtb
-share/dtb/arm/kirkwood-ds209.dtb
-share/dtb/arm/kirkwood-ds210.dtb
-share/dtb/arm/kirkwood-ds212.dtb
-share/dtb/arm/kirkwood-ds212j.dtb
-share/dtb/arm/kirkwood-ds409.dtb
-share/dtb/arm/kirkwood-ds409slim.dtb
-share/dtb/arm/kirkwood-ds411.dtb
-share/dtb/arm/kirkwood-ds411j.dtb
-share/dtb/arm/kirkwood-ds411slim.dtb
-share/dtb/arm/kirkwood-goflexnet.dtb
-share/dtb/arm/kirkwood-guruplug-server-plus.dtb
-share/dtb/arm/kirkwood-ib62x0.dtb
-share/dtb/arm/kirkwood-iconnect.dtb
-share/dtb/arm/kirkwood-iomega_ix2_200.dtb
-share/dtb/arm/kirkwood-is2.dtb
-share/dtb/arm/kirkwood-km_fixedeth.dtb
-share/dtb/arm/kirkwood-km_kirkwood.dtb
-share/dtb/arm/kirkwood-l-50.dtb
-share/dtb/arm/kirkwood-laplug.dtb
-share/dtb/arm/kirkwood-linkstation-lsqvl.dtb
-share/dtb/arm/kirkwood-linkstation-lsvl.dtb
-share/dtb/arm/kirkwood-linkstation-lswsxl.dtb
-share/dtb/arm/kirkwood-linkstation-lswvl.dtb
-share/dtb/arm/kirkwood-linkstation-lswxl.dtb
-share/dtb/arm/kirkwood-linksys-viper.dtb
-share/dtb/arm/kirkwood-lschlv2.dtb
-share/dtb/arm/kirkwood-lsxhl.dtb
-share/dtb/arm/kirkwood-mplcec4.dtb
-share/dtb/arm/kirkwood-mv88f6281gtw-ge.dtb
-share/dtb/arm/kirkwood-nas2big.dtb
-share/dtb/arm/kirkwood-net2big.dtb
-share/dtb/arm/kirkwood-net5big.dtb
-share/dtb/arm/kirkwood-netgear_readynas_duo_v2.dtb
-share/dtb/arm/kirkwood-netgear_readynas_nv+_v2.dtb
-share/dtb/arm/kirkwood-ns2.dtb
-share/dtb/arm/kirkwood-ns2lite.dtb
-share/dtb/arm/kirkwood-ns2max.dtb
-share/dtb/arm/kirkwood-ns2mini.dtb
-share/dtb/arm/kirkwood-nsa310.dtb
-share/dtb/arm/kirkwood-nsa310a.dtb
-share/dtb/arm/kirkwood-nsa320.dtb
-share/dtb/arm/kirkwood-nsa325.dtb
-share/dtb/arm/kirkwood-openblocks_a6.dtb
-share/dtb/arm/kirkwood-openblocks_a7.dtb
-share/dtb/arm/kirkwood-openrd-base.dtb
-share/dtb/arm/kirkwood-openrd-client.dtb
-share/dtb/arm/kirkwood-openrd-ultimate.dtb
-share/dtb/arm/kirkwood-pogo_e02.dtb
-share/dtb/arm/kirkwood-pogoplug-series-4.dtb
-share/dtb/arm/kirkwood-rd88f6192.dtb
-share/dtb/arm/kirkwood-rd88f6281-a.dtb
-share/dtb/arm/kirkwood-rd88f6281-z0.dtb
-share/dtb/arm/kirkwood-rs212.dtb
-share/dtb/arm/kirkwood-rs409.dtb
-share/dtb/arm/kirkwood-rs411.dtb
-share/dtb/arm/kirkwood-sheevaplug-esata.dtb
-share/dtb/arm/kirkwood-sheevaplug.dtb
-share/dtb/arm/kirkwood-t5325.dtb
-share/dtb/arm/kirkwood-topkick.dtb
-share/dtb/arm/kirkwood-ts219-6281.dtb
-share/dtb/arm/kirkwood-ts219-6282.dtb
-share/dtb/arm/kirkwood-ts419-6281.dtb
-share/dtb/arm/kirkwood-ts419-6282.dtb
-share/dtb/arm/logicpd-som-lv-35xx-devkit.dtb
-share/dtb/arm/logicpd-som-lv-37xx-devkit.dtb
-share/dtb/arm/logicpd-torpedo-35xx-devkit.dtb
-share/dtb/arm/logicpd-torpedo-37xx-devkit-28.dtb
-share/dtb/arm/logicpd-torpedo-37xx-devkit.dtb
-share/dtb/arm/lpc3250-ea3250.dtb
-share/dtb/arm/lpc3250-phy3250.dtb
-share/dtb/arm/lpc4337-ciaa.dtb
-share/dtb/arm/lpc4350-hitex-eval.dtb
-share/dtb/arm/lpc4357-ea4357-devkit.dtb
-share/dtb/arm/lpc4357-myd-lpc4357.dtb
-share/dtb/arm/ls1021a-moxa-uc-8410a.dtb
-share/dtb/arm/ls1021a-qds.dtb
-share/dtb/arm/ls1021a-tsn.dtb
-share/dtb/arm/ls1021a-twr.dtb
-share/dtb/arm/meson6-atv1200.dtb
-share/dtb/arm/meson8-minix-neo-x8.dtb
-share/dtb/arm/meson8b-ec100.dtb
-share/dtb/arm/meson8b-mxq.dtb
-share/dtb/arm/meson8b-odroidc1.dtb
-share/dtb/arm/meson8m2-mxiii-plus.dtb
-share/dtb/arm/milbeaut-m10v-evb.dtb
-share/dtb/arm/mmp2-brownstone.dtb
-share/dtb/arm/mmp2-olpc-xo-1-75.dtb
-share/dtb/arm/mmp3-dell-ariel.dtb
-share/dtb/arm/moxart-uc7112lx.dtb
-share/dtb/arm/mpa1600.dtb
-share/dtb/arm/mps2-an385.dtb
-share/dtb/arm/mps2-an399.dtb
-share/dtb/arm/mstar-infinity-msc313-breadbee_crust.dtb
-share/dtb/arm/mstar-infinity2m-ssd202d-ssd201htv2.dtb
-share/dtb/arm/mstar-infinity3-msc313e-breadbee.dtb
-share/dtb/arm/mstar-mercury5-ssc8336n-midrived08.dtb
-share/dtb/arm/mt2701-evb.dtb
-share/dtb/arm/mt6580-evbp1.dtb
-share/dtb/arm/mt6589-aquaris5.dtb
-share/dtb/arm/mt6592-evb.dtb
-share/dtb/arm/mt7623a-rfb-emmc.dtb
-share/dtb/arm/mt7623a-rfb-nand.dtb
-share/dtb/arm/mt7623n-bananapi-bpi-r2.dtb
-share/dtb/arm/mt7623n-rfb-emmc.dtb
-share/dtb/arm/mt7629-rfb.dtb
-share/dtb/arm/mt8127-moose.dtb
-share/dtb/arm/mt8135-evbp1.dtb
-share/dtb/arm/nspire-clp.dtb
-share/dtb/arm/nspire-cx.dtb
-share/dtb/arm/nspire-tp.dtb
-share/dtb/arm/nuvoton-npcm730-gsj.dtb
-share/dtb/arm/nuvoton-npcm730-kudo.dtb
-share/dtb/arm/nuvoton-npcm750-evb.dtb
-share/dtb/arm/nuvoton-npcm750-runbmc-olympus.dtb
-share/dtb/arm/omap2420-h4.dtb
-share/dtb/arm/omap2420-n800.dtb
-share/dtb/arm/omap2420-n810-wimax.dtb
-share/dtb/arm/omap2420-n810.dtb
-share/dtb/arm/omap2430-sdp.dtb
-share/dtb/arm/omap3-beagle-xm-ab.dtb
-share/dtb/arm/omap3-beagle-xm.dtb
-share/dtb/arm/omap3-beagle.dtb
-share/dtb/arm/omap3-cm-t3517.dtb
-share/dtb/arm/omap3-cm-t3530.dtb
-share/dtb/arm/omap3-cm-t3730.dtb
-share/dtb/arm/omap3-devkit8000-lcd43.dtb
-share/dtb/arm/omap3-devkit8000-lcd70.dtb
-share/dtb/arm/omap3-devkit8000.dtb
-share/dtb/arm/omap3-echo.dtb
-share/dtb/arm/omap3-evm-37xx.dtb
-share/dtb/arm/omap3-evm.dtb
-share/dtb/arm/omap3-gta04a3.dtb
-share/dtb/arm/omap3-gta04a4.dtb
-share/dtb/arm/omap3-gta04a5.dtb
-share/dtb/arm/omap3-gta04a5one.dtb
-share/dtb/arm/omap3-ha-lcd.dtb
-share/dtb/arm/omap3-ha.dtb
-share/dtb/arm/omap3-igep0020-rev-f.dtb
-share/dtb/arm/omap3-igep0020.dtb
-share/dtb/arm/omap3-igep0030-rev-g.dtb
-share/dtb/arm/omap3-igep0030.dtb
-share/dtb/arm/omap3-ldp.dtb
-share/dtb/arm/omap3-lilly-dbb056.dtb
-share/dtb/arm/omap3-n9.dtb
-share/dtb/arm/omap3-n900.dtb
-share/dtb/arm/omap3-n950.dtb
-share/dtb/arm/omap3-overo-alto35.dtb
-share/dtb/arm/omap3-overo-chestnut43.dtb
-share/dtb/arm/omap3-overo-gallop43.dtb
-share/dtb/arm/omap3-overo-palo35.dtb
-share/dtb/arm/omap3-overo-palo43.dtb
-share/dtb/arm/omap3-overo-storm-alto35.dtb
-share/dtb/arm/omap3-overo-storm-chestnut43.dtb
-share/dtb/arm/omap3-overo-storm-gallop43.dtb
-share/dtb/arm/omap3-overo-storm-palo35.dtb
-share/dtb/arm/omap3-overo-storm-palo43.dtb
-share/dtb/arm/omap3-overo-storm-summit.dtb
-share/dtb/arm/omap3-overo-storm-tobi.dtb
-share/dtb/arm/omap3-overo-storm-tobiduo.dtb
-share/dtb/arm/omap3-overo-summit.dtb
-share/dtb/arm/omap3-overo-tobi.dtb
-share/dtb/arm/omap3-overo-tobiduo.dtb
-share/dtb/arm/omap3-pandora-1ghz.dtb
-share/dtb/arm/omap3-pandora-600mhz.dtb
-share/dtb/arm/omap3-sbc-t3517.dtb
-share/dtb/arm/omap3-sbc-t3530.dtb
-share/dtb/arm/omap3-sbc-t3730.dtb
-share/dtb/arm/omap3-sniper.dtb
-share/dtb/arm/omap3-thunder.dtb
-share/dtb/arm/omap3-zoom3.dtb
-share/dtb/arm/omap3430-sdp.dtb
-share/dtb/arm/omap4-droid-bionic-xt875.dtb
-share/dtb/arm/omap4-droid4-xt894.dtb
-share/dtb/arm/omap4-duovero-parlor.dtb
-share/dtb/arm/omap4-kc1.dtb
-share/dtb/arm/omap4-panda-a4.dtb
-share/dtb/arm/omap4-panda-es.dtb
-share/dtb/arm/omap4-panda.dtb
-share/dtb/arm/omap4-sdp-es23plus.dtb
-share/dtb/arm/omap4-sdp.dtb
-share/dtb/arm/omap4-var-dvk-om44.dtb
-share/dtb/arm/omap4-var-stk-om44.dtb
-share/dtb/arm/omap5-cm-t54.dtb
-share/dtb/arm/omap5-igep0050.dtb
-share/dtb/arm/omap5-sbc-t54.dtb
-share/dtb/arm/omap5-uevm.dtb
-share/dtb/arm/orion5x-kuroboxpro.dtb
-share/dtb/arm/orion5x-lacie-d2-network.dtb
-share/dtb/arm/orion5x-lacie-ethernet-disk-mini-v2.dtb
-share/dtb/arm/orion5x-linkstation-lschl.dtb
-share/dtb/arm/orion5x-linkstation-lsgl.dtb
-share/dtb/arm/orion5x-linkstation-lswtgl.dtb
-share/dtb/arm/orion5x-lswsgl.dtb
-share/dtb/arm/orion5x-maxtor-shared-storage-2.dtb
-share/dtb/arm/orion5x-netgear-wnr854t.dtb
-share/dtb/arm/orion5x-rd88f5182-nas.dtb
-share/dtb/arm/owl-s500-cubieboard6.dtb
-share/dtb/arm/owl-s500-guitar-bb-rev-b.dtb
-share/dtb/arm/owl-s500-labrador-base-m.dtb
-share/dtb/arm/owl-s500-roseapplepi.dtb
-share/dtb/arm/owl-s500-sparky.dtb
-share/dtb/arm/ox810se-wd-mbwe.dtb
-share/dtb/arm/ox820-cloudengines-pogoplug-series-3.dtb
-share/dtb/arm/picoxcell-pc7302-pc3x2.dtb
-share/dtb/arm/picoxcell-pc7302-pc3x3.dtb
-share/dtb/arm/pm9g45.dtb
-share/dtb/arm/prima2-evb.dtb
-share/dtb/arm/pxa168-aspenite.dtb
-share/dtb/arm/pxa300-raumfeld-connector.dtb
-share/dtb/arm/pxa300-raumfeld-controller.dtb
-share/dtb/arm/pxa300-raumfeld-speaker-l.dtb
-share/dtb/arm/pxa300-raumfeld-speaker-m.dtb
-share/dtb/arm/pxa300-raumfeld-speaker-one.dtb
-share/dtb/arm/pxa300-raumfeld-speaker-s.dtb
-share/dtb/arm/pxa910-dkb.dtb
-share/dtb/arm/qcom-apq8060-dragonboard.dtb
-share/dtb/arm/qcom-apq8064-asus-nexus7-flo.dtb
-share/dtb/arm/qcom-apq8064-cm-qs600.dtb
-share/dtb/arm/qcom-apq8064-ifc6410.dtb
-share/dtb/arm/qcom-apq8064-sony-xperia-yuga.dtb
-share/dtb/arm/qcom-apq8074-dragonboard.dtb
-share/dtb/arm/qcom-apq8084-ifc6540.dtb
-share/dtb/arm/qcom-apq8084-mtp.dtb
-share/dtb/arm/qcom-ipq4019-ap.dk01.1-c1.dtb
-share/dtb/arm/qcom-ipq4019-ap.dk04.1-c1.dtb
-share/dtb/arm/qcom-ipq4019-ap.dk04.1-c3.dtb
-share/dtb/arm/qcom-ipq4019-ap.dk07.1-c1.dtb
-share/dtb/arm/qcom-ipq4019-ap.dk07.1-c2.dtb
-share/dtb/arm/qcom-ipq8064-ap148.dtb
-share/dtb/arm/qcom-ipq8064-rb3011.dtb
-share/dtb/arm/qcom-mdm9615-wp8548-mangoh-green.dtb
-share/dtb/arm/qcom-msm8660-surf.dtb
-share/dtb/arm/qcom-msm8960-cdp.dtb
-share/dtb/arm/qcom-msm8974-fairphone-fp2.dtb
-share/dtb/arm/qcom-msm8974-lge-nexus5-hammerhead.dtb
-share/dtb/arm/qcom-msm8974-samsung-klte.dtb
-share/dtb/arm/qcom-msm8974-sony-xperia-amami.dtb
-share/dtb/arm/qcom-msm8974-sony-xperia-castor.dtb
-share/dtb/arm/qcom-msm8974-sony-xperia-honami.dtb
-share/dtb/arm/r7s72100-genmai.dtb
-share/dtb/arm/r7s72100-gr-peach.dtb
-share/dtb/arm/r7s72100-rskrza1.dtb
-share/dtb/arm/r7s9210-rza2mevb.dtb
-share/dtb/arm/r8a73a4-ape6evm.dtb
-share/dtb/arm/r8a7740-armadillo800eva.dtb
-share/dtb/arm/r8a7742-iwg21d-q7-dbcm-ca.dtb
-share/dtb/arm/r8a7742-iwg21d-q7.dtb
-share/dtb/arm/r8a7743-iwg20d-q7-dbcm-ca.dtb
-share/dtb/arm/r8a7743-iwg20d-q7.dtb
-share/dtb/arm/r8a7743-sk-rzg1m.dtb
-share/dtb/arm/r8a7744-iwg20d-q7-dbcm-ca.dtb
-share/dtb/arm/r8a7744-iwg20d-q7.dtb
-share/dtb/arm/r8a7745-iwg22d-sodimm-dbhd-ca.dtb
-share/dtb/arm/r8a7745-iwg22d-sodimm.dtb
-share/dtb/arm/r8a7745-sk-rzg1e.dtb
-share/dtb/arm/r8a77470-iwg23s-sbc.dtb
-share/dtb/arm/r8a7778-bockw.dtb
-share/dtb/arm/r8a7779-marzen.dtb
-share/dtb/arm/r8a7790-lager.dtb
-share/dtb/arm/r8a7790-stout.dtb
-share/dtb/arm/r8a7791-koelsch.dtb
-share/dtb/arm/r8a7791-porter.dtb
-share/dtb/arm/r8a7792-blanche.dtb
-share/dtb/arm/r8a7792-wheat.dtb
-share/dtb/arm/r8a7793-gose.dtb
-share/dtb/arm/r8a7794-alt.dtb
-share/dtb/arm/r8a7794-silk.dtb
-share/dtb/arm/r9a06g032-rzn1d400-db.dtb
-share/dtb/arm/rda8810pl-orangepi-2g-iot.dtb
-share/dtb/arm/rda8810pl-orangepi-i96.dtb
-share/dtb/arm/rk3036-evb.dtb
-share/dtb/arm/rk3036-kylin.dtb
-share/dtb/arm/rk3066a-bqcurie2.dtb
-share/dtb/arm/rk3066a-marsboard.dtb
-share/dtb/arm/rk3066a-mk808.dtb
-share/dtb/arm/rk3066a-rayeager.dtb
-share/dtb/arm/rk3188-bqedison2qc.dtb
-share/dtb/arm/rk3188-px3-evb.dtb
-share/dtb/arm/rk3188-radxarock.dtb
-share/dtb/arm/rk3228-evb.dtb
-share/dtb/arm/rk3229-evb.dtb
-share/dtb/arm/rk3229-xms6.dtb
-share/dtb/arm/rk3288-evb-act8846.dtb
-share/dtb/arm/rk3288-evb-rk808.dtb
-share/dtb/arm/rk3288-firefly-beta.dtb
-share/dtb/arm/rk3288-firefly-reload.dtb
-share/dtb/arm/rk3288-firefly.dtb
-share/dtb/arm/rk3288-miqi.dtb
-share/dtb/arm/rk3288-phycore-rdk.dtb
-share/dtb/arm/rk3288-popmetal.dtb
-share/dtb/arm/rk3288-r89.dtb
-share/dtb/arm/rk3288-rock-pi-n8.dtb
-share/dtb/arm/rk3288-rock2-square.dtb
-share/dtb/arm/rk3288-tinker-s.dtb
-share/dtb/arm/rk3288-tinker.dtb
-share/dtb/arm/rk3288-veyron-brain.dtb
-share/dtb/arm/rk3288-veyron-fievel.dtb
-share/dtb/arm/rk3288-veyron-jaq.dtb
-share/dtb/arm/rk3288-veyron-jerry.dtb
-share/dtb/arm/rk3288-veyron-mickey.dtb
-share/dtb/arm/rk3288-veyron-mighty.dtb
-share/dtb/arm/rk3288-veyron-minnie.dtb
-share/dtb/arm/rk3288-veyron-pinky.dtb
-share/dtb/arm/rk3288-veyron-speedy.dtb
-share/dtb/arm/rk3288-veyron-tiger.dtb
-share/dtb/arm/rk3288-vyasa.dtb
-share/dtb/arm/rtd1195-horseradish.dtb
-share/dtb/arm/rtd1195-mele-x1000.dtb
-share/dtb/arm/rv1108-elgin-r1.dtb
-share/dtb/arm/rv1108-evb.dtb
-share/dtb/arm/s3c2416-smdk2416.dtb
-share/dtb/arm/s3c6410-mini6410.dtb
-share/dtb/arm/s3c6410-smdk6410.dtb
-share/dtb/arm/s5pv210-aquila.dtb
-share/dtb/arm/s5pv210-fascinate4g.dtb
-share/dtb/arm/s5pv210-galaxys.dtb
-share/dtb/arm/s5pv210-goni.dtb
-share/dtb/arm/s5pv210-smdkc110.dtb
-share/dtb/arm/s5pv210-smdkv210.dtb
-share/dtb/arm/s5pv210-torbreck.dtb
-share/dtb/arm/sama5d31ek.dtb
-share/dtb/arm/sama5d33ek.dtb
-share/dtb/arm/sama5d34ek.dtb
-share/dtb/arm/sama5d35ek.dtb
-share/dtb/arm/sama5d36ek.dtb
-share/dtb/arm/sama5d36ek_cmp.dtb
-share/dtb/arm/sd5203.dtb
-share/dtb/arm/sh73a0-kzm9g.dtb
-share/dtb/arm/socfpga_arria10_socdk_nand.dtb
-share/dtb/arm/socfpga_arria10_socdk_qspi.dtb
-share/dtb/arm/socfpga_arria10_socdk_sdmmc.dtb
-share/dtb/arm/socfpga_arria5_socdk.dtb
-share/dtb/arm/socfpga_cyclone5_chameleon96.dtb
-share/dtb/arm/socfpga_cyclone5_de0_nano_soc.dtb
-share/dtb/arm/socfpga_cyclone5_mcvevk.dtb
-share/dtb/arm/socfpga_cyclone5_socdk.dtb
-share/dtb/arm/socfpga_cyclone5_sockit.dtb
-share/dtb/arm/socfpga_cyclone5_socrates.dtb
-share/dtb/arm/socfpga_cyclone5_sodia.dtb
-share/dtb/arm/socfpga_cyclone5_vining_fpga.dtb
-share/dtb/arm/socfpga_vt.dtb
-share/dtb/arm/spear1310-evb.dtb
-share/dtb/arm/spear1340-evb.dtb
-share/dtb/arm/spear300-evb.dtb
-share/dtb/arm/spear310-evb.dtb
-share/dtb/arm/spear320-evb.dtb
-share/dtb/arm/spear320-hmi.dtb
-share/dtb/arm/spear600-evb.dtb
-share/dtb/arm/ste-href520-tvk.dtb
-share/dtb/arm/ste-hrefprev60-stuib.dtb
-share/dtb/arm/ste-hrefprev60-tvk.dtb
-share/dtb/arm/ste-hrefv60plus-stuib.dtb
-share/dtb/arm/ste-hrefv60plus-tvk.dtb
-share/dtb/arm/ste-nomadik-nhk15.dtb
-share/dtb/arm/ste-nomadik-s8815.dtb
-share/dtb/arm/ste-snowball.dtb
-share/dtb/arm/ste-u300.dtb
-share/dtb/arm/ste-ux500-samsung-golden.dtb
-share/dtb/arm/ste-ux500-samsung-skomer.dtb
-share/dtb/arm/stih407-b2120.dtb
-share/dtb/arm/stih410-b2120.dtb
-share/dtb/arm/stih410-b2260.dtb
-share/dtb/arm/stih418-b2199.dtb
-share/dtb/arm/stm32429i-eval.dtb
-share/dtb/arm/stm32746g-eval.dtb
-share/dtb/arm/stm32f429-disco.dtb
-share/dtb/arm/stm32f469-disco.dtb
-share/dtb/arm/stm32f746-disco.dtb
-share/dtb/arm/stm32f769-disco.dtb
-share/dtb/arm/stm32h743i-disco.dtb
-share/dtb/arm/stm32h743i-eval.dtb
-share/dtb/arm/stm32mp153c-dhcom-drc02.dtb
-share/dtb/arm/stm32mp157a-avenger96.dtb
-share/dtb/arm/stm32mp157a-dhcor-avenger96.dtb
-share/dtb/arm/stm32mp157a-dk1.dtb
-share/dtb/arm/stm32mp157a-iot-box.dtb
-share/dtb/arm/stm32mp157a-stinger96.dtb
-share/dtb/arm/stm32mp157c-dhcom-pdk2.dtb
-share/dtb/arm/stm32mp157c-dhcom-picoitx.dtb
-share/dtb/arm/stm32mp157c-dk2.dtb
-share/dtb/arm/stm32mp157c-ed1.dtb
-share/dtb/arm/stm32mp157c-ev1.dtb
-share/dtb/arm/stm32mp157c-lxa-mc1.dtb
-share/dtb/arm/stm32mp157c-odyssey.dtb
-share/dtb/arm/sun4i-a10-a1000.dtb
-share/dtb/arm/sun4i-a10-ba10-tvbox.dtb
-share/dtb/arm/sun4i-a10-chuwi-v7-cw0825.dtb
-share/dtb/arm/sun4i-a10-cubieboard.dtb
-share/dtb/arm/sun4i-a10-dserve-dsrv9703c.dtb
-share/dtb/arm/sun4i-a10-gemei-g9.dtb
-share/dtb/arm/sun4i-a10-hackberry.dtb
-share/dtb/arm/sun4i-a10-hyundai-a7hd.dtb
-share/dtb/arm/sun4i-a10-inet1.dtb
-share/dtb/arm/sun4i-a10-inet97fv2.dtb
-share/dtb/arm/sun4i-a10-inet9f-rev03.dtb
-share/dtb/arm/sun4i-a10-itead-iteaduino-plus.dtb
-share/dtb/arm/sun4i-a10-jesurun-q5.dtb
-share/dtb/arm/sun4i-a10-marsboard.dtb
-share/dtb/arm/sun4i-a10-mini-xplus.dtb
-share/dtb/arm/sun4i-a10-mk802.dtb
-share/dtb/arm/sun4i-a10-mk802ii.dtb
-share/dtb/arm/sun4i-a10-olinuxino-lime.dtb
-share/dtb/arm/sun4i-a10-pcduino.dtb
-share/dtb/arm/sun4i-a10-pcduino2.dtb
-share/dtb/arm/sun4i-a10-pov-protab2-ips9.dtb
-share/dtb/arm/sun5i-a10s-auxtek-t003.dtb
-share/dtb/arm/sun5i-a10s-auxtek-t004.dtb
-share/dtb/arm/sun5i-a10s-mk802.dtb
-share/dtb/arm/sun5i-a10s-olinuxino-micro.dtb
-share/dtb/arm/sun5i-a10s-r7-tv-dongle.dtb
-share/dtb/arm/sun5i-a10s-wobo-i5.dtb
-share/dtb/arm/sun5i-a13-difrnce-dit4350.dtb
-share/dtb/arm/sun5i-a13-empire-electronix-d709.dtb
-share/dtb/arm/sun5i-a13-empire-electronix-m712.dtb
-share/dtb/arm/sun5i-a13-hsg-h702.dtb
-share/dtb/arm/sun5i-a13-inet-98v-rev2.dtb
-share/dtb/arm/sun5i-a13-licheepi-one.dtb
-share/dtb/arm/sun5i-a13-olinuxino-micro.dtb
-share/dtb/arm/sun5i-a13-olinuxino.dtb
-share/dtb/arm/sun5i-a13-pocketbook-touch-lux-3.dtb
-share/dtb/arm/sun5i-a13-q8-tablet.dtb
-share/dtb/arm/sun5i-a13-utoo-p66.dtb
-share/dtb/arm/sun5i-gr8-chip-pro.dtb
-share/dtb/arm/sun5i-gr8-evb.dtb
-share/dtb/arm/sun5i-r8-chip.dtb
-share/dtb/arm/sun6i-a31-app4-evb1.dtb
-share/dtb/arm/sun6i-a31-colombus.dtb
-share/dtb/arm/sun6i-a31-hummingbird.dtb
-share/dtb/arm/sun6i-a31-i7.dtb
-share/dtb/arm/sun6i-a31-m9.dtb
-share/dtb/arm/sun6i-a31-mele-a1000g-quad.dtb
-share/dtb/arm/sun6i-a31s-colorfly-e708-q1.dtb
-share/dtb/arm/sun6i-a31s-cs908.dtb
-share/dtb/arm/sun6i-a31s-inet-q972.dtb
-share/dtb/arm/sun6i-a31s-primo81.dtb
-share/dtb/arm/sun6i-a31s-sina31s.dtb
-share/dtb/arm/sun6i-a31s-sinovoip-bpi-m2.dtb
-share/dtb/arm/sun6i-a31s-yones-toptech-bs1078-v2.dtb
-share/dtb/arm/sun7i-a20-bananapi-m1-plus.dtb
-share/dtb/arm/sun7i-a20-bananapi.dtb
-share/dtb/arm/sun7i-a20-bananapro.dtb
-share/dtb/arm/sun7i-a20-cubieboard2.dtb
-share/dtb/arm/sun7i-a20-cubietruck.dtb
-share/dtb/arm/sun7i-a20-hummingbird.dtb
-share/dtb/arm/sun7i-a20-i12-tvbox.dtb
-share/dtb/arm/sun7i-a20-icnova-swac.dtb
-share/dtb/arm/sun7i-a20-itead-ibox.dtb
-share/dtb/arm/sun7i-a20-lamobo-r1.dtb
-share/dtb/arm/sun7i-a20-linutronix-testbox-v2.dtb
-share/dtb/arm/sun7i-a20-m3.dtb
-share/dtb/arm/sun7i-a20-mk808c.dtb
-share/dtb/arm/sun7i-a20-olimex-som-evb-emmc.dtb
-share/dtb/arm/sun7i-a20-olimex-som-evb.dtb
-share/dtb/arm/sun7i-a20-olimex-som204-evb-emmc.dtb
-share/dtb/arm/sun7i-a20-olimex-som204-evb.dtb
-share/dtb/arm/sun7i-a20-olinuxino-lime-emmc.dtb
-share/dtb/arm/sun7i-a20-olinuxino-lime.dtb
-share/dtb/arm/sun7i-a20-olinuxino-lime2-emmc.dtb
-share/dtb/arm/sun7i-a20-olinuxino-lime2.dtb
-share/dtb/arm/sun7i-a20-olinuxino-micro-emmc.dtb
-share/dtb/arm/sun7i-a20-olinuxino-micro.dtb
-share/dtb/arm/sun7i-a20-orangepi-mini.dtb
-share/dtb/arm/sun7i-a20-orangepi.dtb
-share/dtb/arm/sun7i-a20-pcduino3-nano.dtb
-share/dtb/arm/sun7i-a20-pcduino3.dtb
-share/dtb/arm/sun7i-a20-wexler-tab7200.dtb
-share/dtb/arm/sun7i-a20-wits-pro-a20-dkt.dtb
-share/dtb/arm/sun8i-a23-evb.dtb
-share/dtb/arm/sun8i-a23-gt90h-v4.dtb
-share/dtb/arm/sun8i-a23-inet86dz.dtb
-share/dtb/arm/sun8i-a23-ippo-q8h-v1.2.dtb
-share/dtb/arm/sun8i-a23-ippo-q8h-v5.dtb
-share/dtb/arm/sun8i-a23-polaroid-mid2407pxe03.dtb
-share/dtb/arm/sun8i-a23-polaroid-mid2809pxe04.dtb
-share/dtb/arm/sun8i-a23-q8-tablet.dtb
-share/dtb/arm/sun8i-a33-et-q8-v1.6.dtb
-share/dtb/arm/sun8i-a33-ga10h-v1.1.dtb
-share/dtb/arm/sun8i-a33-inet-d978-rev2.dtb
-share/dtb/arm/sun8i-a33-ippo-q8h-v1.2.dtb
-share/dtb/arm/sun8i-a33-olinuxino.dtb
-share/dtb/arm/sun8i-a33-q8-tablet.dtb
-share/dtb/arm/sun8i-a33-sinlinx-sina33.dtb
-share/dtb/arm/sun8i-a83t-allwinner-h8homlet-v2.dtb
-share/dtb/arm/sun8i-a83t-bananapi-m3.dtb
-share/dtb/arm/sun8i-a83t-cubietruck-plus.dtb
-share/dtb/arm/sun8i-a83t-tbs-a711.dtb
-share/dtb/arm/sun8i-h2-plus-bananapi-m2-zero.dtb
-share/dtb/arm/sun8i-h2-plus-libretech-all-h3-cc.dtb
-share/dtb/arm/sun8i-h2-plus-orangepi-r1.dtb
-share/dtb/arm/sun8i-h2-plus-orangepi-zero.dtb
-share/dtb/arm/sun8i-h3-bananapi-m2-plus-v1.2.dtb
-share/dtb/arm/sun8i-h3-bananapi-m2-plus.dtb
-share/dtb/arm/sun8i-h3-beelink-x2.dtb
-share/dtb/arm/sun8i-h3-emlid-neutis-n5h3-devboard.dtb
-share/dtb/arm/sun8i-h3-libretech-all-h3-cc.dtb
-share/dtb/arm/sun8i-h3-mapleboard-mp130.dtb
-share/dtb/arm/sun8i-h3-nanopi-duo2.dtb
-share/dtb/arm/sun8i-h3-nanopi-m1-plus.dtb
-share/dtb/arm/sun8i-h3-nanopi-m1.dtb
-share/dtb/arm/sun8i-h3-nanopi-neo-air.dtb
-share/dtb/arm/sun8i-h3-nanopi-neo.dtb
-share/dtb/arm/sun8i-h3-nanopi-r1.dtb
-share/dtb/arm/sun8i-h3-orangepi-2.dtb
-share/dtb/arm/sun8i-h3-orangepi-lite.dtb
-share/dtb/arm/sun8i-h3-orangepi-one.dtb
-share/dtb/arm/sun8i-h3-orangepi-pc-plus.dtb
-share/dtb/arm/sun8i-h3-orangepi-pc.dtb
-share/dtb/arm/sun8i-h3-orangepi-plus.dtb
-share/dtb/arm/sun8i-h3-orangepi-plus2e.dtb
-share/dtb/arm/sun8i-h3-orangepi-zero-plus2.dtb
-share/dtb/arm/sun8i-h3-rervision-dvk.dtb
-share/dtb/arm/sun8i-h3-zeropi.dtb
-share/dtb/arm/sun8i-r16-bananapi-m2m.dtb
-share/dtb/arm/sun8i-r16-nintendo-nes-classic.dtb
-share/dtb/arm/sun8i-r16-nintendo-super-nes-classic.dtb
-share/dtb/arm/sun8i-r16-parrot.dtb
-share/dtb/arm/sun8i-r40-bananapi-m2-ultra.dtb
-share/dtb/arm/sun8i-s3-elimo-initium.dtb
-share/dtb/arm/sun8i-s3-lichee-zero-plus.dtb
-share/dtb/arm/sun8i-s3-pinecube.dtb
-share/dtb/arm/sun8i-t3-cqa3t-bv3.dtb
-share/dtb/arm/sun8i-v3s-licheepi-zero-dock.dtb
-share/dtb/arm/sun8i-v3s-licheepi-zero.dtb
-share/dtb/arm/sun8i-v40-bananapi-m2-berry.dtb
-share/dtb/arm/sun9i-a80-cubieboard4.dtb
-share/dtb/arm/sun9i-a80-optimus.dtb
-share/dtb/arm/suniv-f1c100s-licheepi-nano.dtb
-share/dtb/arm/tango4-vantage-1172.dtb
-share/dtb/arm/tegra114-dalmore.dtb
-share/dtb/arm/tegra114-roth.dtb
-share/dtb/arm/tegra114-tn7.dtb
-share/dtb/arm/tegra124-apalis-eval.dtb
-share/dtb/arm/tegra124-apalis-v1.2-eval.dtb
-share/dtb/arm/tegra124-jetson-tk1.dtb
-share/dtb/arm/tegra124-nyan-big.dtb
-share/dtb/arm/tegra124-nyan-blaze.dtb
-share/dtb/arm/tegra124-venice2.dtb
-share/dtb/arm/tegra20-acer-a500-picasso.dtb
-share/dtb/arm/tegra20-colibri-eval-v3.dtb
-share/dtb/arm/tegra20-colibri-iris.dtb
-share/dtb/arm/tegra20-harmony.dtb
-share/dtb/arm/tegra20-medcom-wide.dtb
-share/dtb/arm/tegra20-paz00.dtb
-share/dtb/arm/tegra20-plutux.dtb
-share/dtb/arm/tegra20-seaboard.dtb
-share/dtb/arm/tegra20-tec.dtb
-share/dtb/arm/tegra20-trimslice.dtb
-share/dtb/arm/tegra20-ventana.dtb
-share/dtb/arm/tegra30-apalis-eval.dtb
-share/dtb/arm/tegra30-apalis-v1.1-eval.dtb
-share/dtb/arm/tegra30-asus-nexus7-grouper-E1565.dtb
-share/dtb/arm/tegra30-asus-nexus7-grouper-PM269.dtb
-share/dtb/arm/tegra30-asus-nexus7-tilapia-E1565.dtb
-share/dtb/arm/tegra30-beaver.dtb
-share/dtb/arm/tegra30-cardhu-a02.dtb
-share/dtb/arm/tegra30-cardhu-a04.dtb
-share/dtb/arm/tegra30-colibri-eval-v3.dtb
-share/dtb/arm/tegra30-ouya.dtb
-share/dtb/arm/tny_a9260.dtb
-share/dtb/arm/tny_a9263.dtb
-share/dtb/arm/tny_a9g20.dtb
-share/dtb/arm/uniphier-ld4-ref.dtb
-share/dtb/arm/uniphier-ld6b-ref.dtb
-share/dtb/arm/uniphier-pro4-ace.dtb
-share/dtb/arm/uniphier-pro4-ref.dtb
-share/dtb/arm/uniphier-pro4-sanji.dtb
-share/dtb/arm/uniphier-pxs2-gentil.dtb
-share/dtb/arm/uniphier-pxs2-vodka.dtb
-share/dtb/arm/uniphier-sld8-ref.dtb
-share/dtb/arm/usb_a9260.dtb
-share/dtb/arm/usb_a9263.dtb
-share/dtb/arm/usb_a9g20.dtb
-share/dtb/arm/usb_a9g20_lpw.dtb
-share/dtb/arm/versatile-ab-ib2.dtb
-share/dtb/arm/versatile-ab.dtb
-share/dtb/arm/versatile-pb.dtb
-share/dtb/arm/vexpress-v2p-ca15-tc1.dtb
-share/dtb/arm/vexpress-v2p-ca15_a7.dtb
-share/dtb/arm/vexpress-v2p-ca5s.dtb
-share/dtb/arm/vexpress-v2p-ca9.dtb
-share/dtb/arm/vf500-colibri-eval-v3.dtb
-share/dtb/arm/vf610-bk4.dtb
-share/dtb/arm/vf610-colibri-eval-v3.dtb
-share/dtb/arm/vf610-cosmic.dtb
-share/dtb/arm/vf610-twr.dtb
-share/dtb/arm/vf610-zii-cfu1.dtb
-share/dtb/arm/vf610-zii-dev-rev-b.dtb
-share/dtb/arm/vf610-zii-dev-rev-c.dtb
-share/dtb/arm/vf610-zii-scu4-aib.dtb
-share/dtb/arm/vf610-zii-spb4.dtb
-share/dtb/arm/vf610-zii-ssmb-dtu.dtb
-share/dtb/arm/vf610-zii-ssmb-spu3.dtb
-share/dtb/arm/vf610m4-colibri.dtb
-share/dtb/arm/vf610m4-cosmic.dtb
-share/dtb/arm/vt8500-bv07.dtb
-share/dtb/arm/wm8505-ref.dtb
-share/dtb/arm/wm8650-mid.dtb
-share/dtb/arm/wm8750-apc8750.dtb
-share/dtb/arm/wm8850-w70v2.dtb
-share/dtb/arm/xenvm-4.2.dtb
-share/dtb/arm/zx296702-ad1.dtb
-share/dtb/arm/zynq-cc108.dtb
-share/dtb/arm/zynq-microzed.dtb
-share/dtb/arm/zynq-parallella.dtb
-share/dtb/arm/zynq-zc702.dtb
-share/dtb/arm/zynq-zc706.dtb
-share/dtb/arm/zynq-zc770-xm010.dtb
-share/dtb/arm/zynq-zc770-xm011.dtb
-share/dtb/arm/zynq-zc770-xm012.dtb
-share/dtb/arm/zynq-zc770-xm013.dtb
-share/dtb/arm/zynq-zed.dtb
-share/dtb/arm/zynq-zturn-v5.dtb
-share/dtb/arm/zynq-zturn.dtb
-share/dtb/arm/zynq-zybo-z7.dtb
-share/dtb/arm/zynq-zybo.dtb
-share/dtb/arm64/
-share/dtb/arm64/actions/
-share/dtb/arm64/actions/s700-cubieboard7.dtb
-share/dtb/arm64/actions/s900-bubblegum-96.dtb
-share/dtb/arm64/allwinner/
-share/dtb/arm64/allwinner/sun50i-a100-allwinner-perf1.dtb
-share/dtb/arm64/allwinner/sun50i-a64-amarula-relic.dtb
-share/dtb/arm64/allwinner/sun50i-a64-bananapi-m64.dtb
-share/dtb/arm64/allwinner/sun50i-a64-nanopi-a64.dtb
-share/dtb/arm64/allwinner/sun50i-a64-oceanic-5205-5inmfd.dtb
-share/dtb/arm64/allwinner/sun50i-a64-olinuxino-emmc.dtb
-share/dtb/arm64/allwinner/sun50i-a64-olinuxino.dtb
-share/dtb/arm64/allwinner/sun50i-a64-orangepi-win.dtb
-share/dtb/arm64/allwinner/sun50i-a64-pine64-lts.dtb
-share/dtb/arm64/allwinner/sun50i-a64-pine64-plus.dtb
-share/dtb/arm64/allwinner/sun50i-a64-pine64.dtb
-share/dtb/arm64/allwinner/sun50i-a64-pinebook.dtb
-share/dtb/arm64/allwinner/sun50i-a64-pinephone-1.0.dtb
-share/dtb/arm64/allwinner/sun50i-a64-pinephone-1.1.dtb
-share/dtb/arm64/allwinner/sun50i-a64-pinephone-1.2.dtb
-share/dtb/arm64/allwinner/sun50i-a64-pinetab.dtb
-share/dtb/arm64/allwinner/sun50i-a64-sopine-baseboard.dtb
-share/dtb/arm64/allwinner/sun50i-a64-teres-i.dtb
-share/dtb/arm64/allwinner/sun50i-h5-bananapi-m2-plus-v1.2.dtb
-share/dtb/arm64/allwinner/sun50i-h5-bananapi-m2-plus.dtb
-share/dtb/arm64/allwinner/sun50i-h5-emlid-neutis-n5-devboard.dtb
-share/dtb/arm64/allwinner/sun50i-h5-libretech-all-h3-cc.dtb
-share/dtb/arm64/allwinner/sun50i-h5-libretech-all-h3-it.dtb
-share/dtb/arm64/allwinner/sun50i-h5-libretech-all-h5-cc.dtb
-share/dtb/arm64/allwinner/sun50i-h5-nanopi-neo-plus2.dtb
-share/dtb/arm64/allwinner/sun50i-h5-nanopi-neo2.dtb
-share/dtb/arm64/allwinner/sun50i-h5-orangepi-pc2.dtb
-share/dtb/arm64/allwinner/sun50i-h5-orangepi-prime.dtb
-share/dtb/arm64/allwinner/sun50i-h5-orangepi-zero-plus.dtb
-share/dtb/arm64/allwinner/sun50i-h5-orangepi-zero-plus2.dtb
-share/dtb/arm64/allwinner/sun50i-h6-beelink-gs1.dtb
-share/dtb/arm64/allwinner/sun50i-h6-orangepi-3.dtb
-share/dtb/arm64/allwinner/sun50i-h6-orangepi-lite2.dtb
-share/dtb/arm64/allwinner/sun50i-h6-orangepi-one-plus.dtb
-share/dtb/arm64/allwinner/sun50i-h6-pine-h64-model-b.dtb
-share/dtb/arm64/allwinner/sun50i-h6-pine-h64.dtb
-share/dtb/arm64/allwinner/sun50i-h6-tanix-tx6.dtb
-share/dtb/arm64/altera/
-share/dtb/arm64/altera/socfpga_stratix10_socdk.dtb
-share/dtb/arm64/altera/socfpga_stratix10_socdk_nand.dtb
-share/dtb/arm64/amazon/
-share/dtb/arm64/amazon/alpine-v2-evp.dtb
-share/dtb/arm64/amazon/alpine-v3-evp.dtb
-share/dtb/arm64/amd/
-share/dtb/arm64/amd/amd-overdrive-rev-b0.dtb
-share/dtb/arm64/amd/amd-overdrive-rev-b1.dtb
-share/dtb/arm64/amd/amd-overdrive.dtb
-share/dtb/arm64/amd/husky.dtb
-share/dtb/arm64/amlogic/
-share/dtb/arm64/amlogic/meson-a1-ad401.dtb
-share/dtb/arm64/amlogic/meson-axg-s400.dtb
-share/dtb/arm64/amlogic/meson-g12a-sei510.dtb
-share/dtb/arm64/amlogic/meson-g12a-u200.dtb
-share/dtb/arm64/amlogic/meson-g12a-x96-max.dtb
-share/dtb/arm64/amlogic/meson-g12b-a311d-khadas-vim3.dtb
-share/dtb/arm64/amlogic/meson-g12b-gtking-pro.dtb
-share/dtb/arm64/amlogic/meson-g12b-gtking.dtb
-share/dtb/arm64/amlogic/meson-g12b-odroid-n2-plus.dtb
-share/dtb/arm64/amlogic/meson-g12b-odroid-n2.dtb
-share/dtb/arm64/amlogic/meson-g12b-s922x-khadas-vim3.dtb
-share/dtb/arm64/amlogic/meson-g12b-ugoos-am6.dtb
-share/dtb/arm64/amlogic/meson-gxbb-kii-pro.dtb
-share/dtb/arm64/amlogic/meson-gxbb-nanopi-k2.dtb
-share/dtb/arm64/amlogic/meson-gxbb-nexbox-a95x.dtb
-share/dtb/arm64/amlogic/meson-gxbb-odroidc2.dtb
-share/dtb/arm64/amlogic/meson-gxbb-p200.dtb
-share/dtb/arm64/amlogic/meson-gxbb-p201.dtb
-share/dtb/arm64/amlogic/meson-gxbb-vega-s95-meta.dtb
-share/dtb/arm64/amlogic/meson-gxbb-vega-s95-pro.dtb
-share/dtb/arm64/amlogic/meson-gxbb-vega-s95-telos.dtb
-share/dtb/arm64/amlogic/meson-gxbb-wetek-hub.dtb
-share/dtb/arm64/amlogic/meson-gxbb-wetek-play2.dtb
-share/dtb/arm64/amlogic/meson-gxl-s805x-libretech-ac.dtb
-share/dtb/arm64/amlogic/meson-gxl-s805x-p241.dtb
-share/dtb/arm64/amlogic/meson-gxl-s905d-libretech-pc.dtb
-share/dtb/arm64/amlogic/meson-gxl-s905d-p230.dtb
-share/dtb/arm64/amlogic/meson-gxl-s905d-p231.dtb
-share/dtb/arm64/amlogic/meson-gxl-s905d-phicomm-n1.dtb
-share/dtb/arm64/amlogic/meson-gxl-s905d-sml5442tw.dtb
-share/dtb/arm64/amlogic/meson-gxl-s905w-p281.dtb
-share/dtb/arm64/amlogic/meson-gxl-s905w-tx3-mini.dtb
-share/dtb/arm64/amlogic/meson-gxl-s905x-hwacom-amazetv.dtb
-share/dtb/arm64/amlogic/meson-gxl-s905x-khadas-vim.dtb
-share/dtb/arm64/amlogic/meson-gxl-s905x-libretech-cc-v2.dtb
-share/dtb/arm64/amlogic/meson-gxl-s905x-libretech-cc.dtb
-share/dtb/arm64/amlogic/meson-gxl-s905x-nexbox-a95x.dtb
-share/dtb/arm64/amlogic/meson-gxl-s905x-p212.dtb
-share/dtb/arm64/amlogic/meson-gxm-khadas-vim2.dtb
-share/dtb/arm64/amlogic/meson-gxm-nexbox-a1.dtb
-share/dtb/arm64/amlogic/meson-gxm-q200.dtb
-share/dtb/arm64/amlogic/meson-gxm-q201.dtb
-share/dtb/arm64/amlogic/meson-gxm-rbox-pro.dtb
-share/dtb/arm64/amlogic/meson-gxm-s912-libretech-pc.dtb
-share/dtb/arm64/amlogic/meson-gxm-vega-s96.dtb
-share/dtb/arm64/amlogic/meson-gxm-wetek-core2.dtb
-share/dtb/arm64/amlogic/meson-sm1-khadas-vim3l.dtb
-share/dtb/arm64/amlogic/meson-sm1-odroid-c4.dtb
-share/dtb/arm64/amlogic/meson-sm1-sei610.dtb
-share/dtb/arm64/apm/
-share/dtb/arm64/apm/apm-merlin.dtb
-share/dtb/arm64/apm/apm-mustang.dtb
-share/dtb/arm64/arm/
-share/dtb/arm64/arm/foundation-v8-gicv3-psci.dtb
-share/dtb/arm64/arm/foundation-v8-gicv3.dtb
-share/dtb/arm64/arm/foundation-v8-psci.dtb
-share/dtb/arm64/arm/foundation-v8.dtb
-share/dtb/arm64/arm/fvp-base-revc.dtb
-share/dtb/arm64/arm/juno-r1.dtb
-share/dtb/arm64/arm/juno-r2.dtb
-share/dtb/arm64/arm/juno.dtb
-share/dtb/arm64/arm/rtsm_ve-aemv8a.dtb
-share/dtb/arm64/arm/vexpress-v2f-1xv7-ca53x2.dtb
-share/dtb/arm64/bitmain/
-share/dtb/arm64/bitmain/bm1880-sophon-edge.dtb
-share/dtb/arm64/broadcom/
-share/dtb/arm64/broadcom/bcm2711-rpi-4-b.dtb
-share/dtb/arm64/broadcom/bcm2837-rpi-3-a-plus.dtb
-share/dtb/arm64/broadcom/bcm2837-rpi-3-b-plus.dtb
-share/dtb/arm64/broadcom/bcm2837-rpi-3-b.dtb
-share/dtb/arm64/broadcom/bcm2837-rpi-cm3-io3.dtb
-share/dtb/arm64/broadcom/bcm4908/
-share/dtb/arm64/broadcom/bcm4908/bcm4908-asus-gt-ac5300.dtb
-share/dtb/arm64/broadcom/northstar2/
-share/dtb/arm64/broadcom/northstar2/ns2-svk.dtb
-share/dtb/arm64/broadcom/northstar2/ns2-xmc.dtb
-share/dtb/arm64/broadcom/stingray/
-share/dtb/arm64/broadcom/stingray/bcm958742k.dtb
-share/dtb/arm64/broadcom/stingray/bcm958742t.dtb
-share/dtb/arm64/broadcom/stingray/bcm958802a802x.dtb
-share/dtb/arm64/cavium/
-share/dtb/arm64/cavium/thunder-88xx.dtb
-share/dtb/arm64/cavium/thunder2-99xx.dtb
-share/dtb/arm64/exynos/
-share/dtb/arm64/exynos/exynos5433-tm2.dtb
-share/dtb/arm64/exynos/exynos5433-tm2e.dtb
-share/dtb/arm64/exynos/exynos7-espresso.dtb
-share/dtb/arm64/freescale/
-share/dtb/arm64/freescale/fsl-ls1012a-frdm.dtb
-share/dtb/arm64/freescale/fsl-ls1012a-frwy.dtb
-share/dtb/arm64/freescale/fsl-ls1012a-oxalis.dtb
-share/dtb/arm64/freescale/fsl-ls1012a-qds.dtb
-share/dtb/arm64/freescale/fsl-ls1012a-rdb.dtb
-share/dtb/arm64/freescale/fsl-ls1028a-kontron-kbox-a-230-ls.dtb
-share/dtb/arm64/freescale/fsl-ls1028a-kontron-sl28-var2.dtb
-share/dtb/arm64/freescale/fsl-ls1028a-kontron-sl28-var3-ads2.dtb
-share/dtb/arm64/freescale/fsl-ls1028a-kontron-sl28-var4.dtb
-share/dtb/arm64/freescale/fsl-ls1028a-kontron-sl28.dtb
-share/dtb/arm64/freescale/fsl-ls1028a-qds.dtb
-share/dtb/arm64/freescale/fsl-ls1028a-rdb.dtb
-share/dtb/arm64/freescale/fsl-ls1043a-qds.dtb
-share/dtb/arm64/freescale/fsl-ls1043a-rdb.dtb
-share/dtb/arm64/freescale/fsl-ls1046a-frwy.dtb
-share/dtb/arm64/freescale/fsl-ls1046a-qds.dtb
-share/dtb/arm64/freescale/fsl-ls1046a-rdb.dtb
-share/dtb/arm64/freescale/fsl-ls1088a-qds.dtb
-share/dtb/arm64/freescale/fsl-ls1088a-rdb.dtb
-share/dtb/arm64/freescale/fsl-ls2080a-qds.dtb
-share/dtb/arm64/freescale/fsl-ls2080a-rdb.dtb
-share/dtb/arm64/freescale/fsl-ls2080a-simu.dtb
-share/dtb/arm64/freescale/fsl-ls2088a-qds.dtb
-share/dtb/arm64/freescale/fsl-ls2088a-rdb.dtb
-share/dtb/arm64/freescale/fsl-lx2160a-clearfog-cx.dtb
-share/dtb/arm64/freescale/fsl-lx2160a-honeycomb.dtb
-share/dtb/arm64/freescale/fsl-lx2160a-qds.dtb
-share/dtb/arm64/freescale/fsl-lx2160a-rdb.dtb
-share/dtb/arm64/freescale/fsl-lx2162a-qds.dtb
-share/dtb/arm64/freescale/imx8mm-beacon-kit.dtb
-share/dtb/arm64/freescale/imx8mm-ddr4-evk.dtb
-share/dtb/arm64/freescale/imx8mm-evk.dtb
-share/dtb/arm64/freescale/imx8mm-kontron-n801x-s.dtb
-share/dtb/arm64/freescale/imx8mm-var-som-symphony.dtb
-share/dtb/arm64/freescale/imx8mn-ddr4-evk.dtb
-share/dtb/arm64/freescale/imx8mn-evk.dtb
-share/dtb/arm64/freescale/imx8mn-var-som-symphony.dtb
-share/dtb/arm64/freescale/imx8mp-evk.dtb
-share/dtb/arm64/freescale/imx8mq-evk.dtb
-share/dtb/arm64/freescale/imx8mq-hummingboard-pulse.dtb
-share/dtb/arm64/freescale/imx8mq-librem5-devkit.dtb
-share/dtb/arm64/freescale/imx8mq-librem5-r2.dtb
-share/dtb/arm64/freescale/imx8mq-librem5-r3.dtb
-share/dtb/arm64/freescale/imx8mq-nitrogen.dtb
-share/dtb/arm64/freescale/imx8mq-phanbell.dtb
-share/dtb/arm64/freescale/imx8mq-pico-pi.dtb
-share/dtb/arm64/freescale/imx8mq-thor96.dtb
-share/dtb/arm64/freescale/imx8mq-zii-ultra-rmb3.dtb
-share/dtb/arm64/freescale/imx8mq-zii-ultra-zest.dtb
-share/dtb/arm64/freescale/imx8qxp-ai_ml.dtb
-share/dtb/arm64/freescale/imx8qxp-colibri-eval-v3.dtb
-share/dtb/arm64/freescale/imx8qxp-mek.dtb
-share/dtb/arm64/freescale/s32v234-evb.dtb
-share/dtb/arm64/hisilicon/
-share/dtb/arm64/hisilicon/hi3660-hikey960.dtb
-share/dtb/arm64/hisilicon/hi3670-hikey970.dtb
-share/dtb/arm64/hisilicon/hi3798cv200-poplar.dtb
-share/dtb/arm64/hisilicon/hi6220-hikey.dtb
-share/dtb/arm64/hisilicon/hip05-d02.dtb
-share/dtb/arm64/hisilicon/hip06-d03.dtb
-share/dtb/arm64/hisilicon/hip07-d05.dtb
-share/dtb/arm64/intel/
-share/dtb/arm64/intel/keembay-evm.dtb
-share/dtb/arm64/intel/socfpga_agilex_socdk.dtb
-share/dtb/arm64/intel/socfpga_agilex_socdk_nand.dtb
-share/dtb/arm64/lg/
-share/dtb/arm64/lg/lg1312-ref.dtb
-share/dtb/arm64/lg/lg1313-ref.dtb
-share/dtb/arm64/marvell/
-share/dtb/arm64/marvell/armada-3720-db.dtb
-share/dtb/arm64/marvell/armada-3720-espressobin-emmc.dtb
-share/dtb/arm64/marvell/armada-3720-espressobin-ultra.dtb
-share/dtb/arm64/marvell/armada-3720-espressobin-v7-emmc.dtb
-share/dtb/arm64/marvell/armada-3720-espressobin-v7.dtb
-share/dtb/arm64/marvell/armada-3720-espressobin.dtb
-share/dtb/arm64/marvell/armada-3720-turris-mox.dtb
-share/dtb/arm64/marvell/armada-3720-uDPU.dtb
-share/dtb/arm64/marvell/armada-7040-db.dtb
-share/dtb/arm64/marvell/armada-8040-clearfog-gt-8k.dtb
-share/dtb/arm64/marvell/armada-8040-db.dtb
-share/dtb/arm64/marvell/armada-8040-mcbin-singleshot.dtb
-share/dtb/arm64/marvell/armada-8040-mcbin.dtb
-share/dtb/arm64/marvell/armada-8040-puzzle-m801.dtb
-share/dtb/arm64/marvell/armada-8080-db.dtb
-share/dtb/arm64/marvell/cn9130-db.dtb
-share/dtb/arm64/marvell/cn9131-db.dtb
-share/dtb/arm64/marvell/cn9132-db.dtb
-share/dtb/arm64/mediatek/
-share/dtb/arm64/mediatek/mt2712-evb.dtb
-share/dtb/arm64/mediatek/mt6755-evb.dtb
-share/dtb/arm64/mediatek/mt6779-evb.dtb
-share/dtb/arm64/mediatek/mt6795-evb.dtb
-share/dtb/arm64/mediatek/mt6797-evb.dtb
-share/dtb/arm64/mediatek/mt6797-x20-dev.dtb
-share/dtb/arm64/mediatek/mt7622-bananapi-bpi-r64.dtb
-share/dtb/arm64/mediatek/mt7622-rfb1.dtb
-share/dtb/arm64/mediatek/mt8167-pumpkin.dtb
-share/dtb/arm64/mediatek/mt8173-elm-hana-rev7.dtb
-share/dtb/arm64/mediatek/mt8173-elm-hana.dtb
-share/dtb/arm64/mediatek/mt8173-elm.dtb
-share/dtb/arm64/mediatek/mt8173-evb.dtb
-share/dtb/arm64/mediatek/mt8183-evb.dtb
-share/dtb/arm64/mediatek/mt8183-kukui-krane-sku176.dtb
-share/dtb/arm64/mediatek/mt8192-evb.dtb
-share/dtb/arm64/mediatek/mt8516-pumpkin.dtb
-share/dtb/arm64/microchip/
-share/dtb/arm64/microchip/sparx5_pcb125.dtb
-share/dtb/arm64/microchip/sparx5_pcb134.dtb
-share/dtb/arm64/microchip/sparx5_pcb134_emmc.dtb
-share/dtb/arm64/microchip/sparx5_pcb135.dtb
-share/dtb/arm64/microchip/sparx5_pcb135_emmc.dtb
-share/dtb/arm64/nvidia/
-share/dtb/arm64/nvidia/tegra132-norrin.dtb
-share/dtb/arm64/nvidia/tegra186-p2771-0000.dtb
-share/dtb/arm64/nvidia/tegra194-p2972-0000.dtb
-share/dtb/arm64/nvidia/tegra194-p3509-0000+p3668-0000.dtb
-share/dtb/arm64/nvidia/tegra210-p2371-0000.dtb
-share/dtb/arm64/nvidia/tegra210-p2371-2180.dtb
-share/dtb/arm64/nvidia/tegra210-p2571.dtb
-share/dtb/arm64/nvidia/tegra210-p2894-0050-a08.dtb
-share/dtb/arm64/nvidia/tegra210-p3450-0000.dtb
-share/dtb/arm64/nvidia/tegra210-smaug.dtb
-share/dtb/arm64/nvidia/tegra234-sim-vdk.dtb
-share/dtb/arm64/qcom/
-share/dtb/arm64/qcom/apq8016-sbc.dtb
-share/dtb/arm64/qcom/apq8096-db820c.dtb
-share/dtb/arm64/qcom/apq8096-ifc6640.dtb
-share/dtb/arm64/qcom/ipq6018-cp01-c1.dtb
-share/dtb/arm64/qcom/ipq8074-hk01.dtb
-share/dtb/arm64/qcom/msm8916-longcheer-l8150.dtb
-share/dtb/arm64/qcom/msm8916-mtp.dtb
-share/dtb/arm64/qcom/msm8916-samsung-a3u-eur.dtb
-share/dtb/arm64/qcom/msm8916-samsung-a5u-eur.dtb
-share/dtb/arm64/qcom/msm8992-bullhead-rev-101.dtb
-share/dtb/arm64/qcom/msm8992-msft-lumia-talkman.dtb
-share/dtb/arm64/qcom/msm8992-xiaomi-libra.dtb
-share/dtb/arm64/qcom/msm8994-angler-rev-101.dtb
-share/dtb/arm64/qcom/msm8994-msft-lumia-cityman.dtb
-share/dtb/arm64/qcom/msm8994-sony-xperia-kitakami-sumire.dtb
-share/dtb/arm64/qcom/msm8996-mtp.dtb
-share/dtb/arm64/qcom/msm8998-asus-novago-tp370ql.dtb
-share/dtb/arm64/qcom/msm8998-hp-envy-x2.dtb
-share/dtb/arm64/qcom/msm8998-lenovo-miix-630.dtb
-share/dtb/arm64/qcom/msm8998-mtp.dtb
-share/dtb/arm64/qcom/qcs404-evb-1000.dtb
-share/dtb/arm64/qcom/qcs404-evb-4000.dtb
-share/dtb/arm64/qcom/qrb5165-rb5.dtb
-share/dtb/arm64/qcom/sc7180-idp.dtb
-share/dtb/arm64/qcom/sc7180-trogdor-lazor-r0.dtb
-share/dtb/arm64/qcom/sc7180-trogdor-lazor-r1-kb.dtb
-share/dtb/arm64/qcom/sc7180-trogdor-lazor-r1-lte.dtb
-share/dtb/arm64/qcom/sc7180-trogdor-lazor-r1.dtb
-share/dtb/arm64/qcom/sc7180-trogdor-lazor-r3-kb.dtb
-share/dtb/arm64/qcom/sc7180-trogdor-lazor-r3-lte.dtb
-share/dtb/arm64/qcom/sc7180-trogdor-lazor-r3.dtb
-share/dtb/arm64/qcom/sc7180-trogdor-r1-lte.dtb
-share/dtb/arm64/qcom/sc7180-trogdor-r1.dtb
-share/dtb/arm64/qcom/sdm630-sony-xperia-ganges-kirin.dtb
-share/dtb/arm64/qcom/sdm630-sony-xperia-nile-discovery.dtb
-share/dtb/arm64/qcom/sdm630-sony-xperia-nile-pioneer.dtb
-share/dtb/arm64/qcom/sdm630-sony-xperia-nile-voyager.dtb
-share/dtb/arm64/qcom/sdm636-sony-xperia-ganges-mermaid.dtb
-share/dtb/arm64/qcom/sdm660-xiaomi-lavender.dtb
-share/dtb/arm64/qcom/sdm845-cheza-r1.dtb
-share/dtb/arm64/qcom/sdm845-cheza-r2.dtb
-share/dtb/arm64/qcom/sdm845-cheza-r3.dtb
-share/dtb/arm64/qcom/sdm845-db845c.dtb
-share/dtb/arm64/qcom/sdm845-mtp.dtb
-share/dtb/arm64/qcom/sdm845-xiaomi-beryllium.dtb
-share/dtb/arm64/qcom/sdm850-lenovo-yoga-c630.dtb
-share/dtb/arm64/qcom/sm8150-hdk.dtb
-share/dtb/arm64/qcom/sm8150-mtp.dtb
-share/dtb/arm64/qcom/sm8250-hdk.dtb
-share/dtb/arm64/qcom/sm8250-mtp.dtb
-share/dtb/arm64/realtek/
-share/dtb/arm64/realtek/rtd1293-ds418j.dtb
-share/dtb/arm64/realtek/rtd1295-mele-v9.dtb
-share/dtb/arm64/realtek/rtd1295-probox2-ava.dtb
-share/dtb/arm64/realtek/rtd1295-xnano-x5.dtb
-share/dtb/arm64/realtek/rtd1295-zidoo-x9s.dtb
-share/dtb/arm64/realtek/rtd1296-ds418.dtb
-share/dtb/arm64/realtek/rtd1395-bpi-m4.dtb
-share/dtb/arm64/realtek/rtd1395-lionskin.dtb
-share/dtb/arm64/realtek/rtd1619-mjolnir.dtb
-share/dtb/arm64/renesas/
-share/dtb/arm64/renesas/r8a774a1-beacon-rzg2m-kit.dtb
-share/dtb/arm64/renesas/r8a774a1-hihope-rzg2m-ex-idk-1110wr.dtb
-share/dtb/arm64/renesas/r8a774a1-hihope-rzg2m-ex-mipi-2.1.dtb
-share/dtb/arm64/renesas/r8a774a1-hihope-rzg2m-ex.dtb
-share/dtb/arm64/renesas/r8a774a1-hihope-rzg2m-rev2-ex-idk-1110wr.dtb
-share/dtb/arm64/renesas/r8a774a1-hihope-rzg2m-rev2-ex.dtb
-share/dtb/arm64/renesas/r8a774a1-hihope-rzg2m-rev2.dtb
-share/dtb/arm64/renesas/r8a774a1-hihope-rzg2m.dtb
-share/dtb/arm64/renesas/r8a774b1-hihope-rzg2n-ex-idk-1110wr.dtb
-share/dtb/arm64/renesas/r8a774b1-hihope-rzg2n-ex-mipi-2.1.dtb
-share/dtb/arm64/renesas/r8a774b1-hihope-rzg2n-ex.dtb
-share/dtb/arm64/renesas/r8a774b1-hihope-rzg2n-rev2-ex-idk-1110wr.dtb
-share/dtb/arm64/renesas/r8a774b1-hihope-rzg2n-rev2-ex.dtb
-share/dtb/arm64/renesas/r8a774b1-hihope-rzg2n-rev2.dtb
-share/dtb/arm64/renesas/r8a774b1-hihope-rzg2n.dtb
-share/dtb/arm64/renesas/r8a774c0-cat874.dtb
-share/dtb/arm64/renesas/r8a774c0-ek874-idk-2121wr.dtb
-share/dtb/arm64/renesas/r8a774c0-ek874-mipi-2.1.dtb
-share/dtb/arm64/renesas/r8a774c0-ek874.dtb
-share/dtb/arm64/renesas/r8a774e1-hihope-rzg2h-ex-idk-1110wr.dtb
-share/dtb/arm64/renesas/r8a774e1-hihope-rzg2h-ex-mipi-2.1.dtb
-share/dtb/arm64/renesas/r8a774e1-hihope-rzg2h-ex.dtb
-share/dtb/arm64/renesas/r8a774e1-hihope-rzg2h.dtb
-share/dtb/arm64/renesas/r8a77950-salvator-x.dtb
-share/dtb/arm64/renesas/r8a77950-ulcb-kf.dtb
-share/dtb/arm64/renesas/r8a77950-ulcb.dtb
-share/dtb/arm64/renesas/r8a77951-salvator-x.dtb
-share/dtb/arm64/renesas/r8a77951-salvator-xs.dtb
-share/dtb/arm64/renesas/r8a77951-ulcb-kf.dtb
-share/dtb/arm64/renesas/r8a77951-ulcb.dtb
-share/dtb/arm64/renesas/r8a77960-salvator-x.dtb
-share/dtb/arm64/renesas/r8a77960-salvator-xs.dtb
-share/dtb/arm64/renesas/r8a77960-ulcb-kf.dtb
-share/dtb/arm64/renesas/r8a77960-ulcb.dtb
-share/dtb/arm64/renesas/r8a77961-salvator-xs.dtb
-share/dtb/arm64/renesas/r8a77961-ulcb-kf.dtb
-share/dtb/arm64/renesas/r8a77961-ulcb.dtb
-share/dtb/arm64/renesas/r8a77965-salvator-x.dtb
-share/dtb/arm64/renesas/r8a77965-salvator-xs.dtb
-share/dtb/arm64/renesas/r8a77965-ulcb-kf.dtb
-share/dtb/arm64/renesas/r8a77965-ulcb.dtb
-share/dtb/arm64/renesas/r8a77970-eagle.dtb
-share/dtb/arm64/renesas/r8a77970-v3msk.dtb
-share/dtb/arm64/renesas/r8a77980-condor.dtb
-share/dtb/arm64/renesas/r8a77980-v3hsk.dtb
-share/dtb/arm64/renesas/r8a77990-ebisu.dtb
-share/dtb/arm64/renesas/r8a77995-draak.dtb
-share/dtb/arm64/renesas/r8a779a0-falcon.dtb
-share/dtb/arm64/rockchip/
-share/dtb/arm64/rockchip/px30-engicam-px30-core-ctouch2-of10.dtb
-share/dtb/arm64/rockchip/px30-engicam-px30-core-ctouch2.dtb
-share/dtb/arm64/rockchip/px30-engicam-px30-core-edimm2.2.dtb
-share/dtb/arm64/rockchip/px30-evb.dtb
-share/dtb/arm64/rockchip/rk3308-evb.dtb
-share/dtb/arm64/rockchip/rk3308-roc-cc.dtb
-share/dtb/arm64/rockchip/rk3318-a95x-z2.dtb
-share/dtb/arm64/rockchip/rk3326-odroid-go2.dtb
-share/dtb/arm64/rockchip/rk3328-a1.dtb
-share/dtb/arm64/rockchip/rk3328-evb.dtb
-share/dtb/arm64/rockchip/rk3328-nanopi-r2s.dtb
-share/dtb/arm64/rockchip/rk3328-roc-cc.dtb
-share/dtb/arm64/rockchip/rk3328-rock64.dtb
-share/dtb/arm64/rockchip/rk3368-evb-act8846.dtb
-share/dtb/arm64/rockchip/rk3368-geekbox.dtb
-share/dtb/arm64/rockchip/rk3368-lion-haikou.dtb
-share/dtb/arm64/rockchip/rk3368-orion-r68-meta.dtb
-share/dtb/arm64/rockchip/rk3368-px5-evb.dtb
-share/dtb/arm64/rockchip/rk3368-r88.dtb
-share/dtb/arm64/rockchip/rk3399-evb.dtb
-share/dtb/arm64/rockchip/rk3399-ficus.dtb
-share/dtb/arm64/rockchip/rk3399-firefly.dtb
-share/dtb/arm64/rockchip/rk3399-gru-bob.dtb
-share/dtb/arm64/rockchip/rk3399-gru-kevin.dtb
-share/dtb/arm64/rockchip/rk3399-gru-scarlet-inx.dtb
-share/dtb/arm64/rockchip/rk3399-gru-scarlet-kd.dtb
-share/dtb/arm64/rockchip/rk3399-hugsun-x99.dtb
-share/dtb/arm64/rockchip/rk3399-khadas-edge-captain.dtb
-share/dtb/arm64/rockchip/rk3399-khadas-edge-v.dtb
-share/dtb/arm64/rockchip/rk3399-khadas-edge.dtb
-share/dtb/arm64/rockchip/rk3399-kobol-helios64.dtb
-share/dtb/arm64/rockchip/rk3399-leez-p710.dtb
-share/dtb/arm64/rockchip/rk3399-nanopc-t4.dtb
-share/dtb/arm64/rockchip/rk3399-nanopi-m4.dtb
-share/dtb/arm64/rockchip/rk3399-nanopi-neo4.dtb
-share/dtb/arm64/rockchip/rk3399-orangepi.dtb
-share/dtb/arm64/rockchip/rk3399-pinebook-pro.dtb
-share/dtb/arm64/rockchip/rk3399-puma-haikou.dtb
-share/dtb/arm64/rockchip/rk3399-roc-pc-mezzanine.dtb
-share/dtb/arm64/rockchip/rk3399-roc-pc.dtb
-share/dtb/arm64/rockchip/rk3399-rock-pi-4a.dtb
-share/dtb/arm64/rockchip/rk3399-rock-pi-4b.dtb
-share/dtb/arm64/rockchip/rk3399-rock-pi-4c.dtb
-share/dtb/arm64/rockchip/rk3399-rock960.dtb
-share/dtb/arm64/rockchip/rk3399-rockpro64-v2.dtb
-share/dtb/arm64/rockchip/rk3399-rockpro64.dtb
-share/dtb/arm64/rockchip/rk3399-sapphire-excavator.dtb
-share/dtb/arm64/rockchip/rk3399-sapphire.dtb
-share/dtb/arm64/rockchip/rk3399pro-rock-pi-n10.dtb
-share/dtb/arm64/socionext/
-share/dtb/arm64/socionext/uniphier-ld11-global.dtb
-share/dtb/arm64/socionext/uniphier-ld11-ref.dtb
-share/dtb/arm64/socionext/uniphier-ld20-akebi96.dtb
-share/dtb/arm64/socionext/uniphier-ld20-global.dtb
-share/dtb/arm64/socionext/uniphier-ld20-ref.dtb
-share/dtb/arm64/socionext/uniphier-pxs3-ref.dtb
-share/dtb/arm64/sprd/
-share/dtb/arm64/sprd/sc9836-openphone.dtb
-share/dtb/arm64/sprd/sp9860g-1h10.dtb
-share/dtb/arm64/sprd/sp9863a-1h10.dtb
-share/dtb/arm64/synaptics/
-share/dtb/arm64/synaptics/berlin4ct-dmp.dtb
-share/dtb/arm64/synaptics/berlin4ct-stb.dtb
-share/dtb/arm64/ti/
-share/dtb/arm64/ti/k3-am654-base-board.dtb
-share/dtb/arm64/ti/k3-j7200-common-proc-board.dtb
-share/dtb/arm64/ti/k3-j721e-common-proc-board.dtb
-share/dtb/arm64/toshiba/
-share/dtb/arm64/toshiba/tmpv7708-rm-mbrc.dtb
-share/dtb/arm64/xilinx/
-share/dtb/arm64/xilinx/avnet-ultra96-rev1.dtb
-share/dtb/arm64/xilinx/zynqmp-zc1232-revA.dtb
-share/dtb/arm64/xilinx/zynqmp-zc1254-revA.dtb
-share/dtb/arm64/xilinx/zynqmp-zc1275-revA.dtb
-share/dtb/arm64/xilinx/zynqmp-zc1751-xm015-dc1.dtb
-share/dtb/arm64/xilinx/zynqmp-zc1751-xm016-dc2.dtb
-share/dtb/arm64/xilinx/zynqmp-zc1751-xm017-dc3.dtb
-share/dtb/arm64/xilinx/zynqmp-zc1751-xm018-dc4.dtb
-share/dtb/arm64/xilinx/zynqmp-zc1751-xm019-dc5.dtb
-share/dtb/arm64/xilinx/zynqmp-zcu100-revC.dtb
-share/dtb/arm64/xilinx/zynqmp-zcu102-rev1.0.dtb
-share/dtb/arm64/xilinx/zynqmp-zcu102-revA.dtb
-share/dtb/arm64/xilinx/zynqmp-zcu102-revB.dtb
-share/dtb/arm64/xilinx/zynqmp-zcu104-revA.dtb
-share/dtb/arm64/xilinx/zynqmp-zcu106-revA.dtb
-share/dtb/arm64/xilinx/zynqmp-zcu111-revA.dtb
-share/dtb/arm64/zte/
-share/dtb/arm64/zte/zx296718-evb.dtb
-share/dtb/arm64/zte/zx296718-pcbox.dtb
 share/dtb/mips/
 share/dtb/mips/brcm/
 share/dtb/mips/brcm/bcm3368-netgear-cvg834g.dtb
@@ -1866,201 +81,3 @@ share/dtb/mips/ralink/rt3883_eval.dtb
 share/dtb/mips/ralink/vocore2.dtb
 share/dtb/mips/xilfpga/
 share/dtb/mips/xilfpga/nexys4ddr.dtb
-share/dtb/powerpc/
-share/dtb/powerpc/a3m071.dtb
-share/dtb/powerpc/a4m072.dtb
-share/dtb/powerpc/ac14xx.dtb
-share/dtb/powerpc/acadia.dtb
-share/dtb/powerpc/adder875-redboot.dtb
-share/dtb/powerpc/adder875-uboot.dtb
-share/dtb/powerpc/akebono.dtb
-share/dtb/powerpc/amigaone.dtb
-share/dtb/powerpc/arches.dtb
-share/dtb/powerpc/asp834x-redboot.dtb
-share/dtb/powerpc/bamboo.dtb
-share/dtb/powerpc/bluestone.dtb
-share/dtb/powerpc/canyonlands.dtb
-share/dtb/powerpc/charon.dtb
-share/dtb/powerpc/cm5200.dtb
-share/dtb/powerpc/currituck.dtb
-share/dtb/powerpc/digsy_mtc.dtb
-share/dtb/powerpc/ebony.dtb
-share/dtb/powerpc/eiger.dtb
-share/dtb/powerpc/ep8248e.dtb
-share/dtb/powerpc/ep88xc.dtb
-share/dtb/powerpc/fsl/
-share/dtb/powerpc/fsl/b4420qds.dtb
-share/dtb/powerpc/fsl/b4860qds.dtb
-share/dtb/powerpc/fsl/bsc9131rdb.dtb
-share/dtb/powerpc/fsl/bsc9132qds.dtb
-share/dtb/powerpc/fsl/c293pcie.dtb
-share/dtb/powerpc/fsl/cyrus_p5020.dtb
-share/dtb/powerpc/fsl/ge_imp3a.dtb
-share/dtb/powerpc/fsl/gef_ppc9a.dtb
-share/dtb/powerpc/fsl/gef_sbc310.dtb
-share/dtb/powerpc/fsl/gef_sbc610.dtb
-share/dtb/powerpc/fsl/kmcent2.dtb
-share/dtb/powerpc/fsl/kmcoge4.dtb
-share/dtb/powerpc/fsl/mpc8536ds.dtb
-share/dtb/powerpc/fsl/mpc8536ds_36b.dtb
-share/dtb/powerpc/fsl/mpc8540ads.dtb
-share/dtb/powerpc/fsl/mpc8541cds.dtb
-share/dtb/powerpc/fsl/mpc8544ds.dtb
-share/dtb/powerpc/fsl/mpc8548cds_32b.dtb
-share/dtb/powerpc/fsl/mpc8548cds_36b.dtb
-share/dtb/powerpc/fsl/mpc8555cds.dtb
-share/dtb/powerpc/fsl/mpc8560ads.dtb
-share/dtb/powerpc/fsl/mpc8568mds.dtb
-share/dtb/powerpc/fsl/mpc8569mds.dtb
-share/dtb/powerpc/fsl/mpc8572ds.dtb
-share/dtb/powerpc/fsl/mpc8572ds_36b.dtb
-share/dtb/powerpc/fsl/mpc8572ds_camp_core0.dtb
-share/dtb/powerpc/fsl/mpc8572ds_camp_core1.dtb
-share/dtb/powerpc/fsl/mpc8641_hpcn.dtb
-share/dtb/powerpc/fsl/mpc8641_hpcn_36b.dtb
-share/dtb/powerpc/fsl/mvme2500.dtb
-share/dtb/powerpc/fsl/mvme7100.dtb
-share/dtb/powerpc/fsl/oca4080.dtb
-share/dtb/powerpc/fsl/p1010rdb-pa.dtb
-share/dtb/powerpc/fsl/p1010rdb-pa_36b.dtb
-share/dtb/powerpc/fsl/p1010rdb-pb.dtb
-share/dtb/powerpc/fsl/p1010rdb-pb_36b.dtb
-share/dtb/powerpc/fsl/p1020mbg-pc_32b.dtb
-share/dtb/powerpc/fsl/p1020mbg-pc_36b.dtb
-share/dtb/powerpc/fsl/p1020rdb-pc_32b.dtb
-share/dtb/powerpc/fsl/p1020rdb-pc_36b.dtb
-share/dtb/powerpc/fsl/p1020rdb-pc_camp_core0.dtb
-share/dtb/powerpc/fsl/p1020rdb-pc_camp_core1.dtb
-share/dtb/powerpc/fsl/p1020rdb-pd.dtb
-share/dtb/powerpc/fsl/p1020rdb.dtb
-share/dtb/powerpc/fsl/p1020rdb_36b.dtb
-share/dtb/powerpc/fsl/p1020utm-pc_32b.dtb
-share/dtb/powerpc/fsl/p1020utm-pc_36b.dtb
-share/dtb/powerpc/fsl/p1021mds.dtb
-share/dtb/powerpc/fsl/p1021rdb-pc_32b.dtb
-share/dtb/powerpc/fsl/p1021rdb-pc_36b.dtb
-share/dtb/powerpc/fsl/p1022ds_32b.dtb
-share/dtb/powerpc/fsl/p1022ds_36b.dtb
-share/dtb/powerpc/fsl/p1022rdk.dtb
-share/dtb/powerpc/fsl/p1023rdb.dtb
-share/dtb/powerpc/fsl/p1024rdb_32b.dtb
-share/dtb/powerpc/fsl/p1024rdb_36b.dtb
-share/dtb/powerpc/fsl/p1025rdb_32b.dtb
-share/dtb/powerpc/fsl/p1025rdb_36b.dtb
-share/dtb/powerpc/fsl/p1025twr.dtb
-share/dtb/powerpc/fsl/p2020ds.dtb
-share/dtb/powerpc/fsl/p2020rdb-pc_32b.dtb
-share/dtb/powerpc/fsl/p2020rdb-pc_36b.dtb
-share/dtb/powerpc/fsl/p2020rdb.dtb
-share/dtb/powerpc/fsl/p2041rdb.dtb
-share/dtb/powerpc/fsl/p3041ds.dtb
-share/dtb/powerpc/fsl/p4080ds.dtb
-share/dtb/powerpc/fsl/p5020ds.dtb
-share/dtb/powerpc/fsl/p5040ds.dtb
-share/dtb/powerpc/fsl/ppa8548.dtb
-share/dtb/powerpc/fsl/sbc8641d.dtb
-share/dtb/powerpc/fsl/t1023rdb.dtb
-share/dtb/powerpc/fsl/t1024qds.dtb
-share/dtb/powerpc/fsl/t1024rdb.dtb
-share/dtb/powerpc/fsl/t1040d4rdb.dtb
-share/dtb/powerpc/fsl/t1040qds.dtb
-share/dtb/powerpc/fsl/t1040rdb.dtb
-share/dtb/powerpc/fsl/t1042d4rdb.dtb
-share/dtb/powerpc/fsl/t1042qds.dtb
-share/dtb/powerpc/fsl/t1042rdb.dtb
-share/dtb/powerpc/fsl/t1042rdb_pi.dtb
-share/dtb/powerpc/fsl/t2080qds.dtb
-share/dtb/powerpc/fsl/t2080rdb.dtb
-share/dtb/powerpc/fsl/t2081qds.dtb
-share/dtb/powerpc/fsl/t4240qds.dtb
-share/dtb/powerpc/fsl/t4240rdb.dtb
-share/dtb/powerpc/fsp2.dtb
-share/dtb/powerpc/gamecube.dtb
-share/dtb/powerpc/glacier.dtb
-share/dtb/powerpc/haleakala.dtb
-share/dtb/powerpc/holly.dtb
-share/dtb/powerpc/hotfoot.dtb
-share/dtb/powerpc/icon.dtb
-share/dtb/powerpc/iss4xx-mpic.dtb
-share/dtb/powerpc/iss4xx.dtb
-share/dtb/powerpc/katmai.dtb
-share/dtb/powerpc/kilauea.dtb
-share/dtb/powerpc/klondike.dtb
-share/dtb/powerpc/kmeter1.dtb
-share/dtb/powerpc/ksi8560.dtb
-share/dtb/powerpc/kuroboxHD.dtb
-share/dtb/powerpc/kuroboxHG.dtb
-share/dtb/powerpc/lite5200.dtb
-share/dtb/powerpc/lite5200b.dtb
-share/dtb/powerpc/makalu.dtb
-share/dtb/powerpc/media5200.dtb
-share/dtb/powerpc/mgcoge.dtb
-share/dtb/powerpc/motionpro.dtb
-share/dtb/powerpc/mpc5121ads.dtb
-share/dtb/powerpc/mpc5125twr.dtb
-share/dtb/powerpc/mpc7448hpc2.dtb
-share/dtb/powerpc/mpc8272ads.dtb
-share/dtb/powerpc/mpc8308_p1m.dtb
-share/dtb/powerpc/mpc8308rdb.dtb
-share/dtb/powerpc/mpc8313erdb.dtb
-share/dtb/powerpc/mpc8315erdb.dtb
-share/dtb/powerpc/mpc832x_mds.dtb
-share/dtb/powerpc/mpc832x_rdb.dtb
-share/dtb/powerpc/mpc8349emitx.dtb
-share/dtb/powerpc/mpc8349emitxgp.dtb
-share/dtb/powerpc/mpc834x_mds.dtb
-share/dtb/powerpc/mpc836x_mds.dtb
-share/dtb/powerpc/mpc836x_rdk.dtb
-share/dtb/powerpc/mpc8377_mds.dtb
-share/dtb/powerpc/mpc8377_rdb.dtb
-share/dtb/powerpc/mpc8377_wlan.dtb
-share/dtb/powerpc/mpc8378_mds.dtb
-share/dtb/powerpc/mpc8378_rdb.dtb
-share/dtb/powerpc/mpc8379_mds.dtb
-share/dtb/powerpc/mpc8379_rdb.dtb
-share/dtb/powerpc/mpc8610_hpcd.dtb
-share/dtb/powerpc/mpc866ads.dtb
-share/dtb/powerpc/mpc885ads.dtb
-share/dtb/powerpc/mucmc52.dtb
-share/dtb/powerpc/mvme5100.dtb
-share/dtb/powerpc/o2d.dtb
-share/dtb/powerpc/o2d300.dtb
-share/dtb/powerpc/o2dnt2.dtb
-share/dtb/powerpc/o2i.dtb
-share/dtb/powerpc/o2mnt.dtb
-share/dtb/powerpc/o3dnt.dtb
-share/dtb/powerpc/obs600.dtb
-share/dtb/powerpc/pcm030.dtb
-share/dtb/powerpc/pcm032.dtb
-share/dtb/powerpc/pdm360ng.dtb
-share/dtb/powerpc/pq2fads.dtb
-share/dtb/powerpc/ps3.dtb
-share/dtb/powerpc/rainier.dtb
-share/dtb/powerpc/redwood.dtb
-share/dtb/powerpc/sam440ep.dtb
-share/dtb/powerpc/sbc8548-altflash.dtb
-share/dtb/powerpc/sbc8548.dtb
-share/dtb/powerpc/sequoia.dtb
-share/dtb/powerpc/socrates.dtb
-share/dtb/powerpc/storcenter.dtb
-share/dtb/powerpc/stx_gp3_8560.dtb
-share/dtb/powerpc/stxssa8555.dtb
-share/dtb/powerpc/taishan.dtb
-share/dtb/powerpc/tqm5200.dtb
-share/dtb/powerpc/tqm8540.dtb
-share/dtb/powerpc/tqm8541.dtb
-share/dtb/powerpc/tqm8548-bigflash.dtb
-share/dtb/powerpc/tqm8548.dtb
-share/dtb/powerpc/tqm8555.dtb
-share/dtb/powerpc/tqm8560.dtb
-share/dtb/powerpc/tqm8xx.dtb
-share/dtb/powerpc/uc101.dtb
-share/dtb/powerpc/warp.dtb
-share/dtb/powerpc/wii.dtb
-share/dtb/powerpc/xcalibur1501.dtb
-share/dtb/powerpc/xpedite5200.dtb
-share/dtb/powerpc/xpedite5200_xmon.dtb
-share/dtb/powerpc/xpedite5301.dtb
-share/dtb/powerpc/xpedite5330.dtb
-share/dtb/powerpc/xpedite5370.dtb
-share/dtb/powerpc/yosemite.dtb

Reply via email to