mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
arm64: dts: marvell: pxa1908: Add PWMs
The SoC has 4 onboard PWMs. Add a node for each of them. Signed-off-by: Duje Mihanović <duje@dujemihanovic.xyz>
This commit is contained in:
parent
dc0e140e2b
commit
1e49943914
|
|
@ -195,6 +195,38 @@ gpio@100 {
|
|||
};
|
||||
};
|
||||
|
||||
pwm0: pwm@1a000 {
|
||||
compatible = "marvell,pxa250-pwm";
|
||||
reg = <0x1a000 0x10>;
|
||||
clocks = <&apbc PXA1908_CLK_PWM0>;
|
||||
#pwm-cells = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pwm1: pwm@1a400 {
|
||||
compatible = "marvell,pxa250-pwm";
|
||||
reg = <0x1a400 0x10>;
|
||||
clocks = <&apbc PXA1908_CLK_PWM1>;
|
||||
#pwm-cells = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pwm2: pwm@1a800 {
|
||||
compatible = "marvell,pxa250-pwm";
|
||||
reg = <0x1a800 0x10>;
|
||||
clocks = <&apbc PXA1908_CLK_PWM2>;
|
||||
#pwm-cells = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pwm3: pwm@1ac00 {
|
||||
compatible = "marvell,pxa250-pwm";
|
||||
reg = <0x1ac00 0x10>;
|
||||
clocks = <&apbc PXA1908_CLK_PWM3>;
|
||||
#pwm-cells = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pmx: pinmux@1e000 {
|
||||
compatible = "marvell,pxa1908-padconf", "pinconf-single";
|
||||
reg = <0x1e000 0x330>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user