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)
33 lines
528 B
Plaintext
33 lines
528 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/{
|
|
compatible = "brcm,bcm2835";
|
|
|
|
fragment@0 {
|
|
target = <&uart0>;
|
|
__overlay__ {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&uart0_pins>;
|
|
status = "okay";
|
|
};
|
|
};
|
|
|
|
fragment@1 {
|
|
target = <&gpio>;
|
|
__overlay__ {
|
|
uart0_pins: uart0_pins {
|
|
brcm,pins = <14 15>;
|
|
brcm,function = <4>; /* alt0 */
|
|
brcm,pull = <0 2>;
|
|
};
|
|
};
|
|
};
|
|
|
|
__overrides__ {
|
|
txd0_pin = <&uart0_pins>,"brcm,pins:0";
|
|
rxd0_pin = <&uart0_pins>,"brcm,pins:4";
|
|
pin_func = <&uart0_pins>,"brcm,function:0";
|
|
};
|
|
};
|