diff options
| author | Jan Dakinevich <yvdakinevich@sberdevices.ru> | 2023-04-28 18:36:42 +0300 |
|---|---|---|
| committer | Dmitry Rokosov <rockosov@rulkc.org> | 2026-08-13 14:41:35 +0300 |
| commit | 1795324a67c80e2ce3f76442c9e9d6c99c200373 (patch) | |
| tree | dd599dacb0416b37d75c6cda625d91bdb720b971 | |
| parent | 1d6b3e2a679f56ed7a1ff5aa7643f9e8c8a4e387 (diff) | |
| download | linux-1795324a67c80e2ce3f76442c9e9d6c99c200373.tar.gz linux-1795324a67c80e2ce3f76442c9e9d6c99c200373.zip | |
arch/arm64: dts: ac200: introduce device tree
Signed-off-by: Jan Dakinevich <yvdakinevich@sberdevices.ru>
Signed-off-by: Dmitry Rokosov <rockosov@rulkc.org>
| -rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-sm1-ac200.dts | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1-ac200.dts b/arch/arm64/boot/dts/amlogic/meson-sm1-ac200.dts new file mode 100644 index 000000000000..502e37485c6a --- /dev/null +++ b/arch/arm64/boot/dts/amlogic/meson-sm1-ac200.dts @@ -0,0 +1,26 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (c) 2022 SberDevices + * + * Confidential and Proprietary. + * Unauthorized copying of this file, via any medium is strictly prohibited. + */ + +/dts-v1/; + +#include "meson-sm1-ac2xx.dtsi" + +#include <dt-bindings/input/input.h> +#include <dt-bindings/leds/common.h> +#include <dt-bindings/gpio/meson-g12a-gpio.h> +#include <dt-bindings/sound/meson-g12a-tohdmitx.h> + +/ { + compatible = "amlogic,ac200", "amlogic,sm1"; + model = "Amlogic AC200"; + + memory@0 { + device_type = "memory"; + reg = <0x0 0x0 0x0 0x80000000>; /* 2GB */ + }; +}; |
