Merge tag 'sfi-removal-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / arch / arm64 / boot / dts / allwinner / sun50i-a64-pine64-lts.dts
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 // Copyright (c) 2018 ARM Ltd.
3
4 #include <dt-bindings/leds/common.h>
5 #include "sun50i-a64-sopine-baseboard.dts"
6
7 / {
8         model = "Pine64 LTS";
9         compatible = "pine64,pine64-lts", "allwinner,sun50i-r18",
10                      "allwinner,sun50i-a64";
11
12         leds {
13                 compatible = "gpio-leds";
14
15                 led {
16                         function = LED_FUNCTION_STATUS;
17                         color = <LED_COLOR_ID_BLUE>;
18                         gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 */
19                 };
20         };
21 };