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)
64 lines
1.2 KiB
Plaintext
64 lines
1.2 KiB
Plaintext
/*
|
|
* highperi.dts
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
compatible = "brcm,bcm2711";
|
|
|
|
fragment@0 {
|
|
target = <&soc>;
|
|
#address-cells = <2>;
|
|
#size-cells = <1>;
|
|
|
|
__overlay__ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
ranges = <0x7c000000 0x4 0x7c000000 0x04000000>,
|
|
<0x40000000 0x4 0xc0000000 0x00800000>;
|
|
};
|
|
};
|
|
|
|
fragment@1 {
|
|
target = <&scb>;
|
|
#address-cells = <2>;
|
|
#size-cells = <1>;
|
|
|
|
__overlay__ {
|
|
#address-cells = <2>;
|
|
#size-cells = <2>;
|
|
ranges = <0x0 0x7c000000 0x4 0x7c000000 0x0 0x04000000>,
|
|
<0x0 0x40000000 0x4 0xc0000000 0x0 0x00800000>,
|
|
<0x6 0x00000000 0x6 0x00000000 0x0 0x40000000>;
|
|
dma-ranges = <0x0 0x00000000 0x0 0x00000000 0x2 0x00000000>;
|
|
};
|
|
};
|
|
|
|
fragment@2 {
|
|
target = <&v3dbus>;
|
|
#address-cells = <2>;
|
|
#size-cells = <1>;
|
|
|
|
__overlay__ {
|
|
#address-cells = <1>;
|
|
#size-cells = <2>;
|
|
ranges = <0x7c500000 0x4 0x7c500000 0x0 0x03300000>,
|
|
<0x40000000 0x4 0xc0000000 0x0 0x00800000>;
|
|
};
|
|
};
|
|
|
|
fragment@3 {
|
|
target = <&emmc2bus>;
|
|
#address-cells = <2>;
|
|
#size-cells = <1>;
|
|
|
|
__overlay__ {
|
|
#address-cells = <2>;
|
|
#size-cells = <1>;
|
|
ranges = <0x0 0x7e000000 0x4 0x7e000000 0x01800000>;
|
|
};
|
|
};
|
|
};
|