Magnus Damm | 450cca4 | 2012-05-16 15:46:03 +0900 | [diff] [blame] | 1 | /* |
| 2 | * Device Tree Source for the KZM9D board |
| 3 | * |
Magnus Damm | 9e8b48b | 2013-10-01 19:33:05 +0900 | [diff] [blame] | 4 | * Copyright (C) 2013 Renesas Solutions Corp. |
Magnus Damm | 450cca4 | 2012-05-16 15:46:03 +0900 | [diff] [blame] | 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 | /dts-v1/; |
| 11 | |
| 12 | /include/ "emev2.dtsi" |
| 13 | |
| 14 | / { |
| 15 | model = "EMEV2 KZM9D Board"; |
| 16 | compatible = "renesas,kzm9d", "renesas,emev2"; |
| 17 | |
| 18 | memory { |
| 19 | device_type = "memory"; |
| 20 | reg = <0x40000000 0x8000000>; |
| 21 | }; |
| 22 | |
| 23 | chosen { |
Kuninori Morimoto | 6de6913 | 2013-08-05 20:17:33 -0700 | [diff] [blame] | 24 | bootargs = "console=ttyS1,115200n81 ignore_loglevel root=/dev/nfs ip=dhcp"; |
Magnus Damm | 450cca4 | 2012-05-16 15:46:03 +0900 | [diff] [blame] | 25 | }; |
Magnus Damm | 9e8b48b | 2013-10-01 19:33:05 +0900 | [diff] [blame] | 26 | |
| 27 | reg_1p8v: regulator@0 { |
| 28 | compatible = "regulator-fixed"; |
| 29 | regulator-name = "fixed-1.8V"; |
| 30 | regulator-min-microvolt = <1800000>; |
| 31 | regulator-max-microvolt = <1800000>; |
| 32 | regulator-always-on; |
| 33 | regulator-boot-on; |
| 34 | }; |
| 35 | |
| 36 | reg_3p3v: regulator@1 { |
| 37 | compatible = "regulator-fixed"; |
| 38 | regulator-name = "fixed-3.3V"; |
| 39 | regulator-min-microvolt = <3300000>; |
| 40 | regulator-max-microvolt = <3300000>; |
| 41 | regulator-always-on; |
| 42 | regulator-boot-on; |
| 43 | }; |
| 44 | |
| 45 | lan9220@20000000 { |
| 46 | compatible = "smsc,lan9220", "smsc,lan9115"; |
| 47 | reg = <0x20000000 0x10000>; |
| 48 | phy-mode = "mii"; |
| 49 | interrupt-parent = <&gpio0>; |
| 50 | interrupts = <1 1>; /* active high */ |
| 51 | reg-io-width = <4>; |
| 52 | smsc,irq-active-high; |
| 53 | smsc,irq-push-pull; |
| 54 | vddvario-supply = <®_1p8v>; |
| 55 | vdd33a-supply = <®_3p3v>; |
| 56 | }; |
Magnus Damm | 450cca4 | 2012-05-16 15:46:03 +0900 | [diff] [blame] | 57 | }; |