Changes between Version 9 and Version 10 of linux/devicetree
- Timestamp:
- 08/06/2021 07:45:07 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/devicetree
v9 v10 15 15 == Example Device Tree File == 16 16 You can find the device tree files in arch/arm/boot/dts 17 18 For the Gateworks Venice platform, the device tree files are at arch/arm64/boot/dts/freescale/ 19 - Note device tree source code (eg GW7200) is located in kernel source code at path: linux-venice/arch/arm64/boot/dts/freescale/imx8mm-venice-gw72xx.dtsi 20 - Link for the Venice kernel source code [https://github.com/Gateworks/linux-venice here] 17 21 18 22 For an example, see [https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi imx6qdl-gw54xx.dtsi]