-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 333371 b: refs/heads/master c: 70d46a2 h: refs/heads/master i: 333369: 5a61377 333367: 1f72053 v: v3
- Loading branch information
Ludovic Desroches
authored and
Wolfram Sang
committed
Sep 12, 2012
1 parent
53bd483
commit af4c8b8
Showing
3 changed files
with
80 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 94e734655fbe294c50d304547cae033e87ec229e | ||
refs/heads/master: 70d46a241ed3bb0d1bb2bc15720b6f7c215c37f5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
I2C for Atmel platforms | ||
|
||
Required properties : | ||
- compatible : Must be "atmel,at91rm9200-i2c", "atmel,at91sam9261-i2c", | ||
"atmel,at91sam9260-i2c", "atmel,at91sam9g20-i2c", "atmel,at91sam9g10-i2c" | ||
or "atmel,at91sam9x5-i2c" | ||
- reg: physical base address of the controller and length of memory mapped | ||
region. | ||
- interrupts: interrupt number to the cpu. | ||
- #address-cells = <1>; | ||
- #size-cells = <0>; | ||
|
||
Optional properties: | ||
- Child nodes conforming to i2c bus binding | ||
|
||
Examples : | ||
|
||
i2c0: i2c@fff84000 { | ||
compatible = "atmel,at91sam9g20-i2c"; | ||
reg = <0xfff84000 0x100>; | ||
interrupts = <12 4 6>; | ||
#address-cells = <1>; | ||
#size-cells = <0>; | ||
|
||
24c512@50 { | ||
compatible = "24c512"; | ||
reg = <0x50>; | ||
pagesize = <128>; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters