ARM: dts: sun4i: gemei-g9: Add accelerometer (bma250) IRQ
[deliverable/linux.git] / arch / arm / boot / dts / r8a7794-silk.dts
1 /*
2 * Device Tree Source for the SILK board
3 *
4 * Copyright (C) 2014 Renesas Electronics Corporation
5 * Copyright (C) 2014-2015 Renesas Solutions Corp.
6 * Copyright (C) 2014-2015 Cogent Embedded, Inc.
7 *
8 * This file is licensed under the terms of the GNU General Public License
9 * version 2. This program is licensed "as is" without any warranty of any
10 * kind, whether express or implied.
11 */
12
13 /dts-v1/;
14 #include "r8a7794.dtsi"
15
16 / {
17 model = "SILK";
18 compatible = "renesas,silk", "renesas,r8a7794";
19
20 aliases {
21 serial0 = &scif2;
22 };
23
24 chosen {
25 bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
26 stdout-path = &scif2;
27 };
28
29 memory@40000000 {
30 device_type = "memory";
31 reg = <0 0x40000000 0 0x40000000>;
32 };
33
34 d3_3v: regulator@0 {
35 compatible = "regulator-fixed";
36 regulator-name = "D3.3V";
37 regulator-min-microvolt = <3300000>;
38 regulator-max-microvolt = <3300000>;
39 regulator-boot-on;
40 regulator-always-on;
41 };
42 };
43
44 &extal_clk {
45 clock-frequency = <20000000>;
46 };
47
48 &pfc {
49 scif2_pins: serial2 {
50 renesas,groups = "scif2_data";
51 renesas,function = "scif2";
52 };
53
54 ether_pins: ether {
55 renesas,groups = "eth_link", "eth_mdio", "eth_rmii";
56 renesas,function = "eth";
57 };
58
59 phy1_pins: phy1 {
60 renesas,groups = "intc_irq8";
61 renesas,function = "intc";
62 };
63
64 mmcif0_pins: mmcif0 {
65 renesas,groups = "mmc_data8", "mmc_ctrl";
66 renesas,function = "mmc";
67 };
68 };
69
70 &scif2 {
71 pinctrl-0 = <&scif2_pins>;
72 pinctrl-names = "default";
73
74 status = "okay";
75 };
76
77 &ether {
78 pinctrl-0 = <&ether_pins &phy1_pins>;
79 pinctrl-names = "default";
80
81 phy-handle = <&phy1>;
82 renesas,ether-link-active-low;
83 status = "okay";
84
85 phy1: ethernet-phy@1 {
86 reg = <1>;
87 interrupt-parent = <&irqc0>;
88 interrupts = <8 IRQ_TYPE_LEVEL_LOW>;
89 micrel,led-mode = <1>;
90 };
91 };
92
93 &mmcif0 {
94 pinctrl-0 = <&mmcif0_pins>;
95 pinctrl-names = "default";
96
97 vmmc-supply = <&d3_3v>;
98 vqmmc-supply = <&d3_3v>;
99 bus-width = <8>;
100 non-removable;
101 status = "okay";
102 };
This page took 0.041053 seconds and 5 git commands to generate.