Jean-Christophe PLAGNIOL-VILLARD | ec6754a | 2012-07-05 16:56:09 +0800 | [diff] [blame^] | 1 | /* |
| 2 | * at91sam9x5ek.dtsi - Device Tree file for AT91SAM9x5CM Base board |
| 3 | * |
| 4 | * Copyright (C) 2012 Atmel, |
| 5 | * 2012 Nicolas Ferre <nicolas.ferre@atmel.com> |
| 6 | * |
| 7 | * Licensed under GPLv2 or later. |
| 8 | */ |
| 9 | /include/ "at91sam9x5cm.dtsi" |
| 10 | |
| 11 | / { |
| 12 | model = "Atmel AT91SAM9X5-EK"; |
| 13 | compatible = "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9"; |
| 14 | |
| 15 | chosen { |
| 16 | bootargs = "128M console=ttyS0,115200 root=/dev/mtdblock1 rw rootfstype=ubifs ubi.mtd=1 root=ubi0:rootfs"; |
| 17 | }; |
| 18 | |
| 19 | ahb { |
| 20 | apb { |
| 21 | dbgu: serial@fffff200 { |
| 22 | status = "okay"; |
| 23 | }; |
| 24 | |
| 25 | usart0: serial@f801c000 { |
| 26 | status = "okay"; |
| 27 | }; |
| 28 | |
| 29 | macb0: ethernet@f802c000 { |
| 30 | phy-mode = "rmii"; |
| 31 | status = "okay"; |
| 32 | }; |
| 33 | |
| 34 | i2c0: i2c@f8010000 { |
| 35 | status = "okay"; |
| 36 | }; |
| 37 | |
| 38 | i2c1: i2c@f8014000 { |
| 39 | status = "okay"; |
| 40 | }; |
| 41 | |
| 42 | i2c2: i2c@f8018000 { |
| 43 | status = "okay"; |
| 44 | }; |
| 45 | }; |
| 46 | |
| 47 | usb0: ohci@00600000 { |
| 48 | status = "okay"; |
| 49 | num-ports = <2>; |
| 50 | atmel,vbus-gpio = <&pioD 19 1 |
| 51 | &pioD 20 1 |
| 52 | >; |
| 53 | }; |
| 54 | |
| 55 | usb1: ehci@00700000 { |
| 56 | status = "okay"; |
| 57 | }; |
| 58 | }; |
| 59 | }; |