mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-08-24 03:14:06 +02:00
16 lines
170 B
Plaintext
16 lines
170 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
fragment@0 {
|
|
// uart0 aliased with serial1.
|
|
target = <&uart0>;
|
|
|
|
__overlay__ {
|
|
status = "okay";
|
|
|
|
dma-names = "tx", "rx";
|
|
};
|
|
};
|
|
};
|