Skip to content

Commit

Permalink
arm/dts: Add support for TI AM335x EVM board
Browse files Browse the repository at this point in the history
Add AM335x EVM DTS file to use the omap3.dtsi SoC file,
along with memory node and i2c information.

Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Cc: Benoit Cousson <b-cousson@ti.com>
Cc: Grant Likely <grant.likely@secretlab.ca>
  • Loading branch information
Vaibhav Hiremath committed Mar 1, 2012
1 parent 9f8a9a8 commit 9b2a0ff
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions arch/arm/boot/dts/am335x-evm.dts
@@ -0,0 +1,39 @@
/*
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
/dts-v1/;

/include/ "omap3.dtsi"

/ {
model = "TI AM335x EVM";
compatible = "ti,am335x-evm", "ti,am33xx", "ti,omap3";

memory {
device_type = "memory";
reg = <0x80000000 0x10000000>; /* 256 MB */
};
};

&intc {
/*
* AM33XX family of devices have 128 interrupts
*/
ti,intc-size = <128>;
};

&i2c1 {
clock-frequency = <400000>;
};

&i2c2 {
clock-frequency = <400000>;
};

&i2c3 {
clock-frequency = <400000>;
};

0 comments on commit 9b2a0ff

Please sign in to comment.