mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-18 00:24:58 +08:00
42a1e9450c
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
16 lines
225 B
Plaintext
16 lines
225 B
Plaintext
// 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>;
|
|
};
|
|
};
|
|
};
|