mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 23:32:17 +00:00
19 lines
328 B
Plaintext
19 lines
328 B
Plaintext
|
#include "bcm2708.dtsi"
|
||
|
#include "bcm2708-rpi.dtsi"
|
||
|
|
||
|
&leds {
|
||
|
act_led: act {
|
||
|
label = "led0";
|
||
|
linux,default-trigger = "mmc0";
|
||
|
gpios = <&gpio 47 0>;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
/ {
|
||
|
__overrides__ {
|
||
|
act_led_gpio = <&act_led>,"gpios:4";
|
||
|
act_led_activelow = <&act_led>,"gpios:8";
|
||
|
act_led_trigger = <&act_led>,"linux,default-trigger";
|
||
|
};
|
||
|
};
|