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 { |
Ludovic Desroches | 4134a45 | 2012-11-19 12:24:02 +0100 | [diff] [blame^] | 21 | mmc0: mmc@f0008000 { |
| 22 | status = "okay"; |
| 23 | slot@0 { |
| 24 | reg = <0>; |
| 25 | bus-width = <4>; |
| 26 | cd-gpios = <&pioD 15 0>; |
| 27 | }; |
| 28 | }; |
| 29 | |
| 30 | mmc1: mmc@f000c000 { |
| 31 | status = "okay"; |
| 32 | slot@0 { |
| 33 | reg = <0>; |
| 34 | bus-width = <4>; |
| 35 | cd-gpios = <&pioD 14 0>; |
| 36 | }; |
| 37 | }; |
| 38 | |
Jean-Christophe PLAGNIOL-VILLARD | ec6754a | 2012-07-05 16:56:09 +0800 | [diff] [blame] | 39 | dbgu: serial@fffff200 { |
| 40 | status = "okay"; |
| 41 | }; |
| 42 | |
| 43 | usart0: serial@f801c000 { |
| 44 | status = "okay"; |
| 45 | }; |
| 46 | |
| 47 | macb0: ethernet@f802c000 { |
| 48 | phy-mode = "rmii"; |
| 49 | status = "okay"; |
| 50 | }; |
| 51 | |
| 52 | i2c0: i2c@f8010000 { |
| 53 | status = "okay"; |
| 54 | }; |
| 55 | |
| 56 | i2c1: i2c@f8014000 { |
| 57 | status = "okay"; |
| 58 | }; |
| 59 | |
| 60 | i2c2: i2c@f8018000 { |
| 61 | status = "okay"; |
| 62 | }; |
| 63 | }; |
| 64 | |
| 65 | usb0: ohci@00600000 { |
| 66 | status = "okay"; |
| 67 | num-ports = <2>; |
| 68 | atmel,vbus-gpio = <&pioD 19 1 |
| 69 | &pioD 20 1 |
| 70 | >; |
| 71 | }; |
| 72 | |
| 73 | usb1: ehci@00700000 { |
| 74 | status = "okay"; |
| 75 | }; |
| 76 | }; |
| 77 | }; |