summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/keystone.dts
AgeCommit message (Collapse)Author
2013-10-10ARM: dts: keystone: Add the SPI nodesSantosh Shilimkar
Keystone2 based SOCs supports 3 instances of SPI controllers. Add the device nodes for them. Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
2013-10-10ARM: dts: keystone: Add i2c device nodesSantosh Shilimkar
Keystone2 based SOCs supports 3 instances of i2c controllers. Add the device nodes for them. The i2c0 child device AT24C1024 EEPROM node is also added. When different board variants are added in future, it can be moved to the supported boards from common SOC file. Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
2013-10-08ARM: dts: keystone: Add clock phandle to UART nodesSantosh Shilimkar
Now since the clock tree is added, update UART dt nodes with clock data and remove the hard coded clock frequency. Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
2013-10-08ARM: dts: keystone: Add clock tree data to devicetreeSantosh Shilimkar
Add clock tree for Keystone 2 based SOCs. Cc: Mike Turquette <mturquette@linaro.org> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
2013-08-05ARM: Keystone: Convert device tree file to use IRQ definesSantosh Shilimkar
Use the GIC and standard IRQ binding defines in all IRQ specifiers. Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
2013-08-05ARM: keystone: use #include to include skeleton.dtsiSantosh Shilimkar
Replace /include/ (dtc) with #include (C pre-processor) to include skeleton.dtsi Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
2013-06-17ARM: dts: keystone: Add minimal Keystone SOC device tree dataSantosh Shilimkar
Add minimal device tree data for Keystone2 based SOCs. Patch contains mainly ARM related SOC data and nothing about EVM specific yet. Cc: Grant Likely <grant.likely@linaro.org> Cc: Arnd Bergmann <arnd@arndb.de> Cc: arm@kernel.org Acked-by: Olof Johansson <olof@lixom.net> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>