soc: add DTS PIO module nodes for sam3x series

This commit adds DTS PIO nodes for sam3x series SoCs.

Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
This commit is contained in:
Piotr Mienkowski 2019-09-10 08:13:05 +02:00 committed by Kumar Gala
commit c249782bbc
2 changed files with 76 additions and 0 deletions

View file

@ -108,6 +108,56 @@
status = "disabled";
label = "USART_3";
};
pioa: pio@400e0e00 {
compatible = "atmel,sam-gpio";
reg = <0x400e0e00 0x190>;
interrupts = <11 1>;
peripheral-id = <11>;
label = "PIO_A";
gpio-controller;
#gpio-cells = <2>;
};
piob: pio@400e1000 {
compatible = "atmel,sam-gpio";
reg = <0x400e1000 0x190>;
interrupts = <12 1>;
peripheral-id = <12>;
label = "PIO_B";
gpio-controller;
#gpio-cells = <2>;
};
pioc: pio@400e1200 {
compatible = "atmel,sam-gpio";
reg = <0x400e1200 0x190>;
interrupts = <13 1>;
peripheral-id = <13>;
label = "PIO_C";
gpio-controller;
#gpio-cells = <2>;
};
piod: pio@400e1400 {
compatible = "atmel,sam-gpio";
reg = <0x400e1400 0x190>;
interrupts = <14 1>;
peripheral-id = <14>;
label = "PIO_D";
gpio-controller;
#gpio-cells = <2>;
};
pioe: pio@400e1600 {
compatible = "atmel,sam-gpio";
reg = <0x400e1600 0x190>;
interrupts = <15 1>;
peripheral-id = <15>;
label = "PIO_E";
gpio-controller;
#gpio-cells = <2>;
};
};
};