mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-16 18:28:23 +01:00
33 lines
463 B
Plaintext
33 lines
463 B
Plaintext
|
/dts-v1/;
|
||
|
/plugin/;
|
||
|
|
||
|
/ {
|
||
|
compatible = "allwinner,sun50i-h616";
|
||
|
|
||
|
fragment@0 {
|
||
|
target-path = "/aliases";
|
||
|
__overlay__ {
|
||
|
serial2 = "/soc/serial@5000800";
|
||
|
};
|
||
|
};
|
||
|
|
||
|
fragment@1 {
|
||
|
target = <&pio>;
|
||
|
__overlay__ {
|
||
|
uart2_rts_cts: uart2_rts_cts {
|
||
|
pins = "PD21", "PD22";
|
||
|
function = "uart2";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
|
||
|
fragment@2 {
|
||
|
target = <&uart2>;
|
||
|
__overlay__ {
|
||
|
pinctrl-names = "default";
|
||
|
pinctrl-0 = <&uart2_pins>;
|
||
|
status = "okay";
|
||
|
};
|
||
|
};
|
||
|
};
|