blob: 596a25907432bc0d3223402f5e3b0d7c2d47750d [file] [log] [blame]
Samuel Hollande210ec02020-10-24 10:21:55 -05001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2// Copyright (c) 2018 ARM Ltd.
Andre Przywara4f9d34e2018-10-29 00:56:50 +00003
Andre Przywara647b3922021-04-17 22:55:19 +01004#include <dt-bindings/leds/common.h>
Andre Przywara4f9d34e2018-10-29 00:56:50 +00005#include "sun50i-a64-sopine-baseboard.dts"
6
7/ {
8 model = "Pine64 LTS";
9 compatible = "pine64,pine64-lts", "allwinner,sun50i-r18",
10 "allwinner,sun50i-a64";
Andre Przywara647b3922021-04-17 22:55:19 +010011
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};
22
23&mmc0 {
24 broken-cd; /* card detect is broken on *some* boards */
Andre Przywara4f9d34e2018-10-29 00:56:50 +000025};