mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 15:22:18 +00:00
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)
87 lines
1.7 KiB
Plaintext
87 lines
1.7 KiB
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
|
|
/ {
|
|
compatible = "brcm,bcm2835";
|
|
|
|
fragment@0 {
|
|
target = <&i2c_arm>;
|
|
__dormant__ {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
status = "okay";
|
|
|
|
ltc2941: ltc2941@64 {
|
|
compatible = "lltc,ltc2941";
|
|
reg = <0x64>;
|
|
lltc,resistor-sense = <50>;
|
|
lltc,prescaler-exponent = <7>;
|
|
};
|
|
};
|
|
};
|
|
|
|
fragment@1 {
|
|
target = <&i2c_arm>;
|
|
__dormant__ {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
status = "okay";
|
|
|
|
ltc2942: ltc2942@64 {
|
|
compatible = "lltc,ltc2942";
|
|
reg = <0x64>;
|
|
lltc,resistor-sense = <50>;
|
|
lltc,prescaler-exponent = <7>;
|
|
};
|
|
};
|
|
};
|
|
|
|
fragment@2 {
|
|
target = <&i2c_arm>;
|
|
__dormant__ {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
status = "okay";
|
|
|
|
ltc2943: ltc2943@64 {
|
|
compatible = "lltc,ltc2943";
|
|
reg = <0x64>;
|
|
lltc,resistor-sense = <50>;
|
|
lltc,prescaler-exponent = <7>;
|
|
};
|
|
};
|
|
};
|
|
|
|
fragment@3 {
|
|
target = <&i2c_arm>;
|
|
__dormant__ {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
status = "okay";
|
|
|
|
ltc2944: ltc2944@64 {
|
|
compatible = "lltc,ltc2944";
|
|
reg = <0x64>;
|
|
lltc,resistor-sense = <50>;
|
|
lltc,prescaler-exponent = <7>;
|
|
};
|
|
};
|
|
};
|
|
|
|
__overrides__ {
|
|
ltc2941 = <0>,"+0";
|
|
ltc2942 = <0>,"+1";
|
|
ltc2943 = <0>,"+2";
|
|
ltc2944 = <0>,"+3";
|
|
resistor-sense = <<c2941>, "lltc,resistor-sense:0",
|
|
<<c2942>, "lltc,resistor-sense:0",
|
|
<<c2943>, "lltc,resistor-sense:0",
|
|
<<c2944>, "lltc,resistor-sense:0";
|
|
prescaler-exponent = <<c2941>, "lltc,prescaler-exponent:0",
|
|
<<c2942>, "lltc,prescaler-exponent:0",
|
|
<<c2943>, "lltc,prescaler-exponent:0",
|
|
<<c2944>, "lltc,prescaler-exponent:0";
|
|
};
|
|
};
|