From c5b4f326baa8d9e4b790a8b983bbc909c7f3cca4 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 12 Sep 2018 15:51:19 +0100 Subject: [PATCH] dtb: mention linux in tree dts --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index 9397675..690ad1d 100644 --- a/README.adoc +++ b/README.adoc @@ -2626,6 +2626,8 @@ This is notably because ARM boards: * typically don't have discoverable hardware extensions like PCI, but rather just put everything on an SoC with magic register addresses * are made by a wide variety of vendors due to ARM's licensing business model, which increases variability +The Linux kernel itself has several device trees under `./arch//boot/dts`, see also: https://stackoverflow.com/questions/21670967/how-to-compile-dts-linux-device-tree-source-files-to-dtb/42839737#42839737 + === DTB files Files that contain device trees have the `.dtb` extension when compiled, and `.dts` when in text form.