oom-hardware/uconsole/overlays/source/cpi-bluetooth.dts
2024-10-17 15:00:31 +02:00

15 lines
194 B
Plaintext

/dts-v1/;
/plugin/;
/{
compatible = "brcm,bcm2711";
fragment@0 {
target = <&uart0_pins>;
__overlay__ {
brcm,pins = <30 31 32 33>;
brcm,pull = <2 0 0 2>;
};
};
};