Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 538d68da authored by Vauban's avatar Vauban
Browse files

Robotics cape: Align PWMs dts labels with default cape.

parent 83838e87
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@
&{/chosen} {
overlays {
ROBOTICS-CAPE-GATEWARE = &cape_pwm0;
ROBOTICS-CAPE-GATEWARE = &cape_pwm1;
};
};
......@@ -40,7 +40,7 @@
"P9_41", "P9_13";
};
cape_pwm0: pwm@41400000 {
cape_pwm1: pwm@41400000 {
compatible = "microchip,corepwm-rtl-v4";
reg = <0x0 0x41400000 0x0 0xF0>;
microchip,sync-update-mask = /bits/ 32 <0>;
......@@ -49,7 +49,7 @@
clocks = <&fabric_clk3>;
};
cape_pwm1: pwm@41500000 {
cape_pwm2: pwm@41500000 {
compatible = "microchip,corepwm-rtl-v4";
reg = <0x0 0x41500000 0x0 0xF0>;
microchip,sync-update-mask = /bits/ 32 <0>;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment