From 99f8c5c84dd6fbffe847979b07050d418a91377d Mon Sep 17 00:00:00 2001 From: Jang JeongHoon Date: Fri, 11 May 2018 13:21:11 +0900 Subject: [PATCH] [9610] arm64: dtsi: Added speedy device node. Change-Id: I88c6e2ee39dec7f1bd6f91a3aaf1fa07831ca60f Signed-off-by: Jang JeongHoon --- arch/arm64/boot/dts/exynos/exynos9610.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/arm64/boot/dts/exynos/exynos9610.dtsi b/arch/arm64/boot/dts/exynos/exynos9610.dtsi index 3259ce8e0cb9..f34f2d9416da 100644 --- a/arch/arm64/boot/dts/exynos/exynos9610.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos9610.dtsi @@ -224,6 +224,17 @@ }; }; + speedy@11a10000 { + compatible = "samsung,exynos-speedy"; + reg = <0x0 0x11a10000 0x2000>; + interrupts = <0 37 0>; + #address-cells = <1>; + #size-cells = <0>; + pinctrl-names = "default"; + pinctrl-0 = <&speedy_bus>; + status = "disabled"; + }; + acpm { compatible = "samsung,exynos-acpm"; #address-cells = <2>; -- 2.20.1