17 lines
172 B
Plaintext
17 lines
172 B
Plaintext
/* Definitions for uart4
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
compatible = "rockchip,rk3288";
|
|
|
|
fragment@0 {
|
|
target = <&uart4>;
|
|
__overlay__ {
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|