Ulrich Hecht | a742795 | 2014-09-05 12:23:49 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Device Tree Source for the Alt board |
| 3 | * |
| 4 | * Copyright (C) 2014 Renesas Electronics Corporation |
| 5 | * |
| 6 | * This file is licensed under the terms of the GNU General Public License |
| 7 | * version 2. This program is licensed "as is" without any warranty of any |
| 8 | * kind, whether express or implied. |
| 9 | */ |
| 10 | |
| 11 | /dts-v1/; |
| 12 | #include "r8a7794.dtsi" |
| 13 | |
| 14 | / { |
| 15 | model = "Alt"; |
| 16 | compatible = "renesas,alt", "renesas,r8a7794"; |
| 17 | |
| 18 | aliases { |
| 19 | serial0 = &scif2; |
| 20 | }; |
| 21 | |
| 22 | chosen { |
Simon Horman | 89aeff9 | 2014-11-04 13:23:38 +0900 | [diff] [blame] | 23 | bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp"; |
Geert Uytterhoeven | b4a0f50 | 2014-10-03 17:11:43 +0200 | [diff] [blame] | 24 | stdout-path = &scif2; |
Ulrich Hecht | a742795 | 2014-09-05 12:23:49 +0200 | [diff] [blame] | 25 | }; |
| 26 | |
| 27 | memory@40000000 { |
| 28 | device_type = "memory"; |
| 29 | reg = <0 0x40000000 0 0x40000000>; |
| 30 | }; |
| 31 | |
| 32 | lbsc { |
| 33 | #address-cells = <1>; |
| 34 | #size-cells = <1>; |
| 35 | }; |
| 36 | }; |
| 37 | |
| 38 | &extal_clk { |
| 39 | clock-frequency = <20000000>; |
| 40 | }; |
| 41 | |
| 42 | &cmt0 { |
Geert Uytterhoeven | 38e0290 | 2014-12-09 12:25:04 +0100 | [diff] [blame] | 43 | status = "okay"; |
Ulrich Hecht | a742795 | 2014-09-05 12:23:49 +0200 | [diff] [blame] | 44 | }; |
| 45 | |
Laurent Pinchart | a895b7c | 2015-01-27 10:45:56 +0200 | [diff] [blame] | 46 | ðer { |
| 47 | phy-handle = <&phy1>; |
| 48 | renesas,ether-link-active-low; |
| 49 | status = "okay"; |
| 50 | |
| 51 | phy1: ethernet-phy@1 { |
| 52 | reg = <1>; |
| 53 | interrupt-parent = <&irqc0>; |
Laurent Pinchart | 1fc5801 | 2015-02-26 16:08:33 +0200 | [diff] [blame] | 54 | interrupts = <8 IRQ_TYPE_LEVEL_LOW>; |
Laurent Pinchart | a895b7c | 2015-01-27 10:45:56 +0200 | [diff] [blame] | 55 | micrel,led-mode = <1>; |
| 56 | }; |
| 57 | }; |
| 58 | |
Ulrich Hecht | a742795 | 2014-09-05 12:23:49 +0200 | [diff] [blame] | 59 | &scif2 { |
Geert Uytterhoeven | 38e0290 | 2014-12-09 12:25:04 +0100 | [diff] [blame] | 60 | status = "okay"; |
Ulrich Hecht | a742795 | 2014-09-05 12:23:49 +0200 | [diff] [blame] | 61 | }; |