15 lines
194 B
Plaintext
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>;
|
|
};
|
|
};
|
|
};
|