forked from radxa-pkg/radxa-overlays
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request radxa-pkg#331 from Radxa-Alvin/main
feat: add radxa cm3j rpi cm4 io 40 pin pwm overlay
- Loading branch information
Showing
8 changed files
with
61 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/dts-v1/; | ||
/plugin/; | ||
|
||
/ { | ||
metadata { | ||
title = "Enable PWM10-M0"; | ||
compatible = "radxa,cm3j-rpi-cm4-io"; | ||
category = "misc"; | ||
exclusive = "GPIO3_B5"; | ||
description = "Enable PWM10-M0. | ||
On Radxa CM3J RPI CM4 IO this is pin 5. | ||
"; | ||
}; | ||
}; | ||
|
||
&pwm10 { | ||
status = "okay"; | ||
pinctrl-names = "active"; | ||
pinctrl-0 = <&pwm10m0_pins>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/dts-v1/; | ||
/plugin/; | ||
|
||
/ { | ||
metadata { | ||
title = "Enable PWM11-M0"; | ||
compatible = "radxa,cm3j-rpi-cm4-io"; | ||
category = "misc"; | ||
exclusive = "GPIO3_B6", "pwm11"; | ||
description = "Enable PWM11-M0. | ||
On Radxa CM3J RPI CM4 IO this is pin 3. | ||
"; | ||
}; | ||
}; | ||
|
||
&pwm11 { | ||
status = "okay"; | ||
pinctrl-names = "active"; | ||
pinctrl-0 = <&pwm11m0_pins>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters