Barry Song | 056876f | 2012-08-23 10:47:54 +0800 | [diff] [blame] | 1 | /* |
| 2 | * DTS file for CSR SiRFprimaII Evaluation Board |
| 3 | * |
| 4 | * Copyright (c) 2012 Cambridge Silicon Radio Limited, a CSR plc group company. |
| 5 | * |
| 6 | * Licensed under GPLv2 or later. |
| 7 | */ |
| 8 | |
| 9 | /dts-v1/; |
| 10 | |
| 11 | /include/ "prima2.dtsi" |
| 12 | |
| 13 | / { |
| 14 | model = "CSR SiRFprimaII Evaluation Board"; |
| 15 | compatible = "sirf,prima2", "sirf,prima2-cb"; |
| 16 | |
| 17 | memory { |
| 18 | reg = <0x00000000 0x20000000>; |
| 19 | }; |
| 20 | |
| 21 | axi { |
| 22 | peri-iobg { |
| 23 | uart@b0060000 { |
| 24 | pinctrl-names = "default"; |
| 25 | pinctrl-0 = <&uart1_pins_a>; |
| 26 | }; |
| 27 | spi@b00d0000 { |
| 28 | pinctrl-names = "default"; |
| 29 | pinctrl-0 = <&spi0_pins_a>; |
| 30 | }; |
| 31 | spi@b0170000 { |
| 32 | pinctrl-names = "default"; |
| 33 | pinctrl-0 = <&spi1_pins_a>; |
| 34 | }; |
| 35 | }; |
| 36 | }; |
| 37 | }; |