mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
43 lines
843 B
Plaintext
43 lines
843 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
compatible = "brcm,bcm2835";
|
|
|
|
fragment@0 {
|
|
target = <&audio_pins>;
|
|
frag0: __overlay__ {
|
|
};
|
|
};
|
|
|
|
fragment@1 {
|
|
target = <&audio_pins>;
|
|
__overlay__ {
|
|
brcm,pins = < 12 13 >;
|
|
brcm,function = < 4 >; /* alt0 alt0 */
|
|
};
|
|
};
|
|
|
|
fragment@2 {
|
|
target = <&audio_pins>;
|
|
__dormant__ {
|
|
brcm,pins = < 18 19 >;
|
|
brcm,function = < 2 >; /* alt5 alt5 */
|
|
};
|
|
};
|
|
|
|
fragment@3 {
|
|
target = <&audio>;
|
|
__overlay__ {
|
|
brcm,disable-headphones = <0>;
|
|
};
|
|
};
|
|
|
|
__overrides__ {
|
|
swap_lr = <&frag0>, "swap_lr?";
|
|
enable_jack = <&frag0>, "enable_jack?";
|
|
pins_12_13 = <0>,"+1-2";
|
|
pins_18_19 = <0>,"-1+2";
|
|
};
|
|
};
|