1234567891011121314151617 |
- // SPDX-License-Identifier: GPL-2.0 OR MIT
- //
- // Copyright 2018 Technexion Ltd.
- //
- // Author: Wig Cheng <[email protected]>
- // Richard Hu <[email protected]>
- // Tapani Utriainen <[email protected]>
- /dts-v1/;
- #include "imx6dl.dtsi"
- #include "imx6qdl-pico-hobbit.dtsi"
- / {
- model = "TechNexion PICO-IMX6 DualLite/Solo Board and Hobbit baseboard";
- compatible = "technexion,imx6dl-pico-hobbit", "fsl,imx6dl";
- };
|