mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-16 18:28:23 +01:00
cddadc1f4b
Experimental feature to include DT overlays and custom boot args
23 lines
311 B
Plaintext
23 lines
311 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
compatible = "allwinner,sun8i-h3";
|
|
|
|
fragment@0 {
|
|
target-path = "/aliases";
|
|
__overlay__ {
|
|
serial2 = "/soc/serial@01c28800";
|
|
};
|
|
};
|
|
|
|
fragment@1 {
|
|
target = <&uart2>;
|
|
__overlay__ {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&uart2_pins>;
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|