mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42: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)
43 lines
554 B
Plaintext
43 lines
554 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
|
|
/ {
|
|
compatible = "brcm,bcm2835";
|
|
|
|
fragment@0 {
|
|
target = <&spi0_cs_pins>;
|
|
frag0: __overlay__ {
|
|
brcm,pins = <8>;
|
|
};
|
|
};
|
|
|
|
fragment@1 {
|
|
target = <&spi0>;
|
|
frag1: __overlay__ {
|
|
cs-gpios = <&gpio 8 1>;
|
|
status = "okay";
|
|
};
|
|
};
|
|
|
|
fragment@2 {
|
|
target = <&spidev1>;
|
|
__overlay__ {
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
fragment@3 {
|
|
target = <&spi0_pins>;
|
|
__dormant__ {
|
|
brcm,pins = <10 11>;
|
|
};
|
|
};
|
|
|
|
__overrides__ {
|
|
cs0_pin = <&frag0>,"brcm,pins:0",
|
|
<&frag1>,"cs-gpios:4";
|
|
no_miso = <0>,"=3";
|
|
};
|
|
};
|