ARM: at91/dt: sama5d4: add pwm0 device node
Signed-off-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
parent
83906783b7
commit
0a5c5f84a5
|
@ -64,6 +64,7 @@
|
||||||
gpio2 = &pioC;
|
gpio2 = &pioC;
|
||||||
gpio3 = &pioD;
|
gpio3 = &pioD;
|
||||||
gpio4 = &pioE;
|
gpio4 = &pioE;
|
||||||
|
pwm0 = &pwm0;
|
||||||
ssc0 = &ssc0;
|
ssc0 = &ssc0;
|
||||||
ssc1 = &ssc1;
|
ssc1 = &ssc1;
|
||||||
tcb0 = &tcb0;
|
tcb0 = &tcb0;
|
||||||
|
@ -821,6 +822,15 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pwm0: pwm@f800c000 {
|
||||||
|
compatible = "atmel,sama5d3-pwm";
|
||||||
|
reg = <0xf800c000 0x300>;
|
||||||
|
interrupts = <43 IRQ_TYPE_LEVEL_HIGH 4>;
|
||||||
|
#pwm-cells = <3>;
|
||||||
|
clocks = <&pwm_clk>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
spi0: spi@f8010000 {
|
spi0: spi@f8010000 {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
Loading…
Reference in New Issue