summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/ste-db8520.dtsi
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2019-11-26 13:47:37 +0100
committerLinus Walleij <linus.walleij@linaro.org>2019-12-09 14:45:02 +0100
commit42a1e9450c27de15067d1d25f6a608e2bfeb72b2 (patch)
treef8862e9749eb934ce94f57a22e26d9c2662185bd /arch/arm/boot/dts/ste-db8520.dtsi
parent8668223a1ea74624e934cb49ccde77db6f39d660 (diff)
ARM: dts: ux500: Add devicetree for HREF520
This reference design is very similar to the others just that it has a different display mounted on the user interface board, and some GPIOs where shuffled around. As this is the first board that uses DB8520 we create the DB8520-specific DTSI file here. Cc: Stephan Gerhold <stephan@gerhold.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20191126124738.77690-3-linus.walleij@linaro.org
Diffstat (limited to 'arch/arm/boot/dts/ste-db8520.dtsi')
-rw-r--r--arch/arm/boot/dts/ste-db8520.dtsi15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-db8520.dtsi b/arch/arm/boot/dts/ste-db8520.dtsi
new file mode 100644
index 000000000000..48bd8728ae27
--- /dev/null
+++ b/arch/arm/boot/dts/ste-db8520.dtsi
@@ -0,0 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#include "ste-dbx5x0.dtsi"
+
+/ {
+ cpus {
+ cpu@300 {
+ /* cpufreq controls */
+ operating-points = <1152000 0
+ 800000 0
+ 400000 0
+ 200000 0>;
+ };
+ };
+};