Hauke Mehrtens | d27509f | 2014-02-04 00:01:45 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Broadcom BCM470X / BCM5301X arm platform code. |
| 3 | * DTS for Netgear R6250 V1 |
| 4 | * |
| 5 | * Copyright 2013 Hauke Mehrtens <hauke@hauke-m.de> |
| 6 | * |
| 7 | * Licensed under the GNU/GPL. See COPYING for details. |
| 8 | */ |
| 9 | |
| 10 | /dts-v1/; |
| 11 | |
| 12 | #include "bcm4708.dtsi" |
| 13 | |
| 14 | / { |
| 15 | compatible = "netgear,r6250v1", "brcm,bcm4708"; |
| 16 | model = "Netgear R6250 V1 (BCM4708)"; |
| 17 | |
| 18 | chosen { |
| 19 | bootargs = "console=ttyS0,115200"; |
| 20 | }; |
| 21 | |
| 22 | memory { |
| 23 | reg = <0x00000000 0x08000000>; |
| 24 | }; |
| 25 | |
| 26 | chipcommonA { |
| 27 | uart0: serial@0300 { |
| 28 | status = "okay"; |
| 29 | }; |
| 30 | |
| 31 | uart1: serial@0400 { |
| 32 | status = "okay"; |
| 33 | }; |
| 34 | }; |
| 35 | }; |