forked from Qortal/Brooklyn
84ba5b15ac
* Enhance GPIO addon for Noctua Fans for the Qortector upcoming case. This will put PWM signal to real-time. * Fixed RDP not letting a user login if not logged out on Cinnamon release (reported by Crowetic) * Update i2c sensor db * Fixed DRM broadcast over HDMI 2+ * Ease up DHCP security only to prevent Brooklyn blocking routers. * Add possibility to add extra memory for Cinnamon Desktop Release * Fix error message of Software Render mode on Cinnamon Desktop * Add proper offset for HD screens for pixel array *Fixed HDMI jitter for videocore4 GPU * Enable all radios (including Bluetooth)
98 lines
1.6 KiB
Plaintext
98 lines
1.6 KiB
Plaintext
// Definitions for SN3218 LED driver from Si-En Technology on PiGlow
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
compatible = "brcm,bcm2835";
|
|
|
|
fragment@0 {
|
|
target = <&i2c_arm>;
|
|
__overlay__ {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
status = "okay";
|
|
|
|
sn3218@54 {
|
|
compatible = "si-en,sn3218";
|
|
reg = <0x54>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
status = "okay";
|
|
|
|
led@1 {
|
|
reg = <1>;
|
|
label = "piglow:red:led1";
|
|
};
|
|
led@2 {
|
|
reg = <2>;
|
|
label = "piglow:orange:led2";
|
|
};
|
|
led@3 {
|
|
reg = <3>;
|
|
label = "piglow:yellow:led3";
|
|
};
|
|
led@4 {
|
|
reg = <4>;
|
|
label = "piglow:green:led4";
|
|
};
|
|
led@5 {
|
|
reg = <5>;
|
|
label = "piglow:blue:led5";
|
|
};
|
|
led@6 {
|
|
reg = <6>;
|
|
label = "piglow:green:led6";
|
|
};
|
|
led@7 {
|
|
reg = <7>;
|
|
label = "piglow:red:led7";
|
|
};
|
|
led@8 {
|
|
reg = <8>;
|
|
label = "piglow:orange:led8";
|
|
};
|
|
led@9 {
|
|
reg = <9>;
|
|
label = "piglow:yellow:led9";
|
|
};
|
|
led@10 {
|
|
reg = <10>;
|
|
label = "piglow:white:led10";
|
|
};
|
|
led@11 {
|
|
reg = <11>;
|
|
label = "piglow:white:led11";
|
|
};
|
|
led@12 {
|
|
reg = <12>;
|
|
label = "piglow:blue:led12";
|
|
};
|
|
led@13 {
|
|
reg = <13>;
|
|
label = "piglow:white:led13";
|
|
};
|
|
led@14 {
|
|
reg = <14>;
|
|
label = "piglow:green:led14";
|
|
};
|
|
led@15 {
|
|
reg = <15>;
|
|
label = "piglow:blue:led15";
|
|
};
|
|
led@16 {
|
|
reg = <16>;
|
|
label = "piglow:yellow:led16";
|
|
};
|
|
led@17 {
|
|
reg = <17>;
|
|
label = "piglow:orange:led17";
|
|
};
|
|
led@18 {
|
|
reg = <18>;
|
|
label = "piglow:red:led18";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|