Brooklyn/arch/arm/boot/dts/overlays/spi-gpio40-45-overlay.dts
Scare Crowe 84ba5b15ac Updates and fixes for BrooklynR
* 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)
2021-06-12 13:10:41 +05:00

37 lines
524 B
Plaintext

/*
* Boot EEPROM overlay
*/
/dts-v1/;
/plugin/;
/ {
compatible = "brcm,bcm2835";
fragment@0 {
target = <&spi0>;
__overlay__ {
cs-gpios = <&gpio 43 1>, <&gpio 44 1>, <&gpio 45 1>;
status = "okay";
};
};
fragment@1 {
target = <&spi0_cs_pins>;
__overlay__ {
brcm,pins = <45 44 43>;
brcm,function = <1>; /* output */
status = "okay";
};
};
fragment@2 {
target = <&spi0_pins>;
__overlay__ {
brcm,pins = <40 41 42>;
brcm,function = <3>; /* alt4 */
status = "okay";
};
};
};