summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/emev2.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: shmobile: emev2: Setup internal peripheral interrupts as level highLaurent Pinchart2013-12-101-15/+15
| | | | | | | | | Interrupts generated by SoC internal devices are currently marked as IRQ_TYPE_NONE. As they're level-triggered and active-high, mark them as such. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
* ARM: shmobile: emev2: Use interrupt macros in DT filesLaurent Pinchart2013-12-101-12/+18
| | | | | Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
* ARM: shmobile: Enable DSW2 with gpio-keys on KZM9DMagnus Damm2013-12-101-1/+1
| | | | | | | | Use the gpio-keys driver to support the 4 pins on the dip switch DSW2 which is mounted on the KZM9D board. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
* ARM: shmobile: emev2: Add clock tree description in DTTakashi Yoshii2013-12-101-0/+84
| | | | | | | | | | Add minimum clock tree description to .dts file. This provides same set of clocks as current sh-clkfwk version .c code does. Signed-off-by: Takashi Yoshii <takasi-y@ops.dti.ne.jp> Acked-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
* ARM: shmobile: emev2: add PMU information to emev2.dtsiMagnus Damm2013-07-311-0/+6
| | | | | | | | Add PMU information to emev2.dtsi. With this included KZM9D DT reference may use the PMU. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
* ARM: shmobile: Add GIO to EMEV2 dtsiMagnus Damm2013-07-171-0/+59
| | | | | | | | Add GIO0->GIO4 device nodes to the EMEV2 dtsi file. Signed-off-by: Magnus Damm <damm@opensource.se> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
* ARM: mach-shmobile: emev2: Add reg and device_type properties to cpusSimon Horman2013-01-291-0/+7
| | | | | Cc: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
* mach-shmobile: Emma Mobile EV2 DT support V3Magnus Damm2012-05-181-0/+63
This is EMEV2 DT support V3. The support is limited to whatever devices that are complied in the kernel. At this point we have UARTs handled by "em-uart" and a timer handled by "em-sti". Clocks and SMP are not supported. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>