diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2019-12-09 17:38:36 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-12-16 22:34:52 +0300 |
commit | 865a0d06f870ea1ffccdb2b2d0acf7e2a0deb9a3 (patch) | |
tree | 8266465ba2fda33f2c3a3ea495a6d0c4536bfe49 /arch/arm64/boot/dts/amlogic/meson-gxl-s905d-libretech-pc.dts | |
parent | 727d01cb17c8a8e593ace9d136cb382a2c0d9e94 (diff) | |
download | linux-865a0d06f870ea1ffccdb2b2d0acf7e2a0deb9a3.tar.xz |
arm64: dts: meson: add libretech-pc boards support
Add support for the the amlogic libretech-pc platform, aka tartiflette.
There is 2 variants of the platform, one with the s905d, the other with
the s912.
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gxl-s905d-libretech-pc.dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxl-s905d-libretech-pc.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-libretech-pc.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-libretech-pc.dts new file mode 100644 index 000000000000..100a1cfeea15 --- /dev/null +++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-libretech-pc.dts @@ -0,0 +1,16 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Copyright (c) 2019 BayLibre SAS. All rights reserved. + * Author: Jerome Brunet <jbrunet@baylibre.com> + */ + +/dts-v1/; + +#include "meson-gxl-s905d.dtsi" +#include "meson-gx-libretech-pc.dtsi" + +/ { + compatible = "libretech,aml-s905d-pc", "amlogic,s905d", + "amlogic,meson-gxl"; + model = "Libre Computer AML-S905D-PC"; +}; |