diff options
| author | Neil Armstrong <[email protected]> | 2021-09-17 09:37:08 +0200 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2021-10-07 13:45:32 +0200 |
| commit | 2c9269b14bce771069888c9447b0984f44d2dbdf (patch) | |
| tree | 6af4fc22ba7d11258eb3402731e465fdf4b14c83 /arch | |
| parent | 76bb02780206b521801b739a81add87a887bce62 (diff) | |
ARM: meson: add Beelink GS-King X board
The Beelink GS-King X is a variant of the GS King boards but with an internal
USB to SATA bridge and advanced audio features.
[narmstrong: add missing CONFIG_SYS_LOAD_ADDR from defconfig]
Signed-off-by: Neil Armstrong <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/meson-g12b-gsking-x-u-boot.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/meson-g12b-gsking-x-u-boot.dtsi b/arch/arm/dts/meson-g12b-gsking-x-u-boot.dtsi new file mode 100644 index 00000000000..236f2468dc2 --- /dev/null +++ b/arch/arm/dts/meson-g12b-gsking-x-u-boot.dtsi @@ -0,0 +1,7 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (c) 2019 BayLibre, SAS. + * Author: Neil Armstrong <[email protected]> + */ + +#include "meson-g12-common-u-boot.dtsi" |
