nixos-config/config/devterm/audremap-overlay.dts

23 lines
283 B
Text
Raw Normal View History

2024-06-27 06:52:51 +00:00
/dts-v1/;
/plugin/;
/ {
2024-06-27 07:58:25 +00:00
compatible = "brcm,bcm2711";
fragment@0 {
target = <&audio_pins>;
__overlay__ {
status = "okay";
};
};
2024-06-27 06:52:51 +00:00
fragment@1 {
2024-06-27 07:58:25 +00:00
target = <&audio_pins>;
__overlay__ {
brcm,pins = < 12 13 >;
brcm,function = < 4 >; /* alt0 alt0 */
};
};
2024-06-27 06:52:51 +00:00
};