mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
ARM: sun4i: dt: add pinmux configuration for the PWM
Add the pinctrl descriptions for both PWM channels of the Allwinner A10. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
b5a10b7699
commit
1d5726e9df
@ -477,6 +477,20 @@
|
|||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
#gpio-cells = <3>;
|
#gpio-cells = <3>;
|
||||||
|
|
||||||
|
pwm0_pins_a: pwm0@0 {
|
||||||
|
allwinner,pins = "PB2";
|
||||||
|
allwinner,function = "pwm";
|
||||||
|
allwinner,drive = <0>;
|
||||||
|
allwinner,pull = <0>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pwm1_pins_a: pwm1@0 {
|
||||||
|
allwinner,pins = "PI3";
|
||||||
|
allwinner,function = "pwm";
|
||||||
|
allwinner,drive = <0>;
|
||||||
|
allwinner,pull = <0>;
|
||||||
|
};
|
||||||
|
|
||||||
uart0_pins_a: uart0@0 {
|
uart0_pins_a: uart0@0 {
|
||||||
allwinner,pins = "PB22", "PB23";
|
allwinner,pins = "PB22", "PB23";
|
||||||
allwinner,function = "uart0";
|
allwinner,function = "uart0";
|
||||||
|
Loading…
Reference in New Issue
Block a user