Skip to content
Snippets Groups Projects
Commit 00c2a26b authored by David Mondou's avatar David Mondou
Browse files

enable uart7(ttymxc6) in cell overlays.

parent dcf2a02f
No related branches found
No related tags found
No related merge requests found
......@@ -3,20 +3,25 @@
/dts-v1/;
/plugin/;
/ {
compatible = "rigado,vesta";
compatible = "rigado,vesta";
/* identification */
part-number = "310-00110";
version = "0006";
/* identification */
part-number = "310-00110";
version = "0006";
fragment@0 {
target = <&verizon_cellmdm>;
__overlay__ {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_vz_cellmdm>;
};
};
fragment@0 {
target = <&verizon_cellmdm>;
__overlay__ {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_vz_cellmdm>;
};
};
fragment@1 {
target = <&uart7>;
__overlay__ {
status = "okay";
};
};
};
......@@ -3,20 +3,25 @@
/dts-v1/;
/plugin/;
/ {
compatible = "rigado,vesta";
compatible = "rigado,vesta";
/* identification */
part-number = "310-00121";
version = "0003";
/* identification */
part-number = "310-00121";
version = "0003";
fragment@0 {
target = <&gemalto_cellmdm>;
__overlay__ {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_gemalto_cellmdm>;
};
};
fragment@0 {
target = <&gemalto_cellmdm>;
__overlay__ {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_gemalto_cellmdm>;
};
};
fragment@1 {
target = <&uart7>;
__overlay__ {
status = "okay";
};
};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment