Permalink
Cannot retrieve contributors at this time
22 lines (19 sloc)
311 Bytes
| /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"; | |
| }; | |
| }; | |
| }; |