Rodolfo Giometti | 470e891 | 2013-11-13 18:20:54 +0100 | [diff] [blame] | 1 | /* |
| 2 | * at91-cosino_mega2560.dts - Device Tree file for Cosino board with |
| 3 | * Mega 2560 extension |
| 4 | * |
| 5 | * Copyright (C) 2013 - Rodolfo Giometti <giometti@linux.it> |
| 6 | * HCE Engineering |
| 7 | * |
| 8 | * Derived from at91sam9g35ek.dts by: |
| 9 | * Copyright (C) 2012 Atmel, |
| 10 | * 2012 Nicolas Ferre <nicolas.ferre@atmel.com> |
| 11 | * |
| 12 | * Licensed under GPLv2 or later. |
| 13 | */ |
| 14 | |
| 15 | /dts-v1/; |
| 16 | #include "at91-cosino.dtsi" |
| 17 | |
| 18 | / { |
| 19 | model = "HCE Cosino Mega 2560"; |
| 20 | compatible = "hce,cosino_mega2560", "atmel,at91sam9x5", "atmel,at91sam9"; |
| 21 | |
| 22 | ahb { |
| 23 | apb { |
| 24 | macb0: ethernet@f802c000 { |
| 25 | phy-mode = "rmii"; |
| 26 | status = "okay"; |
| 27 | }; |
| 28 | |
| 29 | adc0: adc@f804c000 { |
Rodolfo Giometti | 470e891 | 2013-11-13 18:20:54 +0100 | [diff] [blame] | 30 | atmel,adc-ts-wires = <4>; |
| 31 | atmel,adc-ts-pressure-threshold = <10000>; |
| 32 | status = "okay"; |
| 33 | }; |
| 34 | |
| 35 | |
| 36 | tsadcc: tsadcc@f804c000 { |
| 37 | status = "okay"; |
| 38 | }; |
| 39 | |
| 40 | rtc@fffffeb0 { |
| 41 | status = "okay"; |
| 42 | }; |
| 43 | |
| 44 | usart1: serial@f8020000 { |
| 45 | status = "okay"; |
| 46 | }; |
| 47 | |
| 48 | usart2: serial@f8024000 { |
| 49 | status = "okay"; |
| 50 | }; |
| 51 | |
| 52 | usb2: gadget@f803c000 { |
| 53 | atmel,vbus-gpio = <&pioB 16 GPIO_ACTIVE_HIGH>; |
| 54 | status = "okay"; |
| 55 | }; |
| 56 | |
| 57 | mmc1: mmc@f000c000 { |
| 58 | pinctrl-0 = < |
| 59 | &pinctrl_mmc1_slot0_clk_cmd_dat0 |
| 60 | &pinctrl_mmc1_slot0_dat1_3>; |
| 61 | status = "okay"; |
| 62 | slot@0 { |
| 63 | reg = <0>; |
| 64 | bus-width = <4>; |
| 65 | non-removable; |
| 66 | }; |
| 67 | }; |
| 68 | }; |
| 69 | |
| 70 | usb0: ohci@00600000 { |
| 71 | status = "okay"; |
| 72 | num-ports = <3>; |
| 73 | atmel,vbus-gpio = <0 /* &pioD 18 GPIO_ACTIVE_LOW */ |
| 74 | &pioD 19 GPIO_ACTIVE_LOW |
| 75 | &pioD 20 GPIO_ACTIVE_LOW |
| 76 | >; |
| 77 | }; |
| 78 | |
| 79 | usb1: ehci@00700000 { |
| 80 | status = "okay"; |
| 81 | }; |
| 82 | }; |
| 83 | }; |