Forum | Documentation | Website | Blog

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

Cape: Change PWM labels from cape_pwmX to bone_pwm_X.

parent 7562fe4b
Branches
Tags
No related merge requests found
......@@ -50,7 +50,7 @@
"";
};
cape_pwm1: pwm@41400000 {
bone_pwm_1: pwm@41400000 {
compatible = "microchip,corepwm-rtl-v4";
reg = <0x0 0x41400000 0x0 0xF0>;
microchip,sync-update-mask = /bits/ 32 <0>;
......@@ -59,7 +59,7 @@
clocks = <&fabric_clk3>;
};
cape_pwm2: pwm@41500000 {
bone_pwm_2: pwm@41500000 {
compatible = "microchip,corepwm-rtl-v4";
reg = <0x0 0x41500000 0x0 0xF0>;
microchip,sync-update-mask = /bits/ 32 <0>;
......
......@@ -6,7 +6,7 @@
&{/chosen} {
overlays {
ROBOTICS-CAPE-GATEWARE = &cape_pwm1;
ROBOTICS-CAPE-GATEWARE = "Mon Oct 2 18:00:17 2023";
};
};
......@@ -40,7 +40,7 @@
"P9_41", "P9_13";
};
cape_pwm1: pwm@41400000 {
bone_pwm_1: 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_pwm2: pwm@41500000 {
bone_pwm_2: 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