2 * Hardkernel Odroid XU/XU3 LED device tree source
4 * Copyright (c) 2015,2016 Krzysztof Kozlowski
5 * Copyright (c) 2014 Collabora Ltd.
6 * Copyright (c) 2013 Samsung Electronics Co., Ltd.
7 * http://www.samsung.com
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License version 2 as
11 * published by the Free Software Foundation.
14 #include <dt-bindings/gpio/gpio.h>
18 compatible = "pwm-leds";
22 pwms = <&pwm 1 2000000 0>;
25 * Green LED is much brighter than the others
26 * so limit its max brightness
28 max_brightness = <127>;
29 linux,default-trigger = "mmc0";
33 label = "blue:heartbeat";
34 pwms = <&pwm 2 2000000 0>;
36 max_brightness = <255>;
37 linux,default-trigger = "heartbeat";
42 compatible = "gpio-leds";
44 label = "red:microSD";
45 gpios = <&gpx2 3 GPIO_ACTIVE_HIGH>;
46 default-state = "off";
47 linux,default-trigger = "mmc1";