mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
arm64: dts: axis: Add ARTPEC-8 Grizzly dts support
Add initial devcie tree for the ARTPEC-8 Grizzly board. The ARTPEC-8 Grizzly is a small board developed by Axis, based on the Axis ARTPEC-8 SoC. Signed-off-by: SeonGu Kang <ksk4725@coasia.com> Signed-off-by: Ravi Patel <ravi.patel@samsung.com> Link: https://lore.kernel.org/r/20250901051926.59970-6-ravi.patel@samsung.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
639f8e36ba
commit
b176376991
4
arch/arm64/boot/dts/exynos/axis/Makefile
Normal file
4
arch/arm64/boot/dts/exynos/axis/Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
dtb-$(CONFIG_ARCH_ARTPEC) += \
|
||||
artpec8-grizzly.dtb
|
||||
35
arch/arm64/boot/dts/exynos/axis/artpec8-grizzly.dts
Normal file
35
arch/arm64/boot/dts/exynos/axis/artpec8-grizzly.dts
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
||||
/*
|
||||
* Axis ARTPEC-8 Grizzly board device tree source
|
||||
*
|
||||
* Copyright (c) 2025 Samsung Electronics Co., Ltd.
|
||||
* https://www.samsung.com
|
||||
* Copyright (c) 2025 Axis Communications AB.
|
||||
* https://www.axis.com
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
#include "artpec8.dtsi"
|
||||
#include "artpec8-pinctrl.dtsi"
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
/ {
|
||||
model = "ARTPEC-8 grizzly board";
|
||||
compatible = "axis,artpec8-grizzly", "axis,artpec8";
|
||||
|
||||
aliases {
|
||||
serial0 = &serial_0;
|
||||
};
|
||||
|
||||
chosen {
|
||||
stdout-path = &serial_0;
|
||||
};
|
||||
|
||||
memory@80000000 {
|
||||
device_type = "memory";
|
||||
reg = <0x0 0x80000000 0x0 0x80000000>;
|
||||
};
|
||||
};
|
||||
|
||||
&osc_clk {
|
||||
clock-frequency = <50000000>;
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user