mm: hugetlb: fix hugepage memory leak caused by wrong reserve count
[linux/fpc-iii.git] / arch / arm / boot / dts / r8a7793-gose.dts
blob96443ec5f6abdd8f4e52e92dfe323514dc1a113b
1 /*
2  * Device Tree Source for the Gose board
3  *
4  * Copyright (C) 2014-2015 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  */
11 /dts-v1/;
12 #include "r8a7793.dtsi"
13 #include <dt-bindings/gpio/gpio.h>
14 #include <dt-bindings/input/input.h>
16 / {
17         model = "Gose";
18         compatible = "renesas,gose", "renesas,r8a7793";
20         aliases {
21                 serial0 = &scif0;
22                 serial1 = &scif1;
23         };
25         chosen {
26                 bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
27                 stdout-path = &scif0;
28         };
30         memory@40000000 {
31                 device_type = "memory";
32                 reg = <0 0x40000000 0 0x40000000>;
33         };
36 &extal_clk {
37         clock-frequency = <20000000>;
40 &ether {
41         phy-handle = <&phy1>;
42         renesas,ether-link-active-low;
43         status = "okay";
45         phy1: ethernet-phy@1 {
46                 reg = <1>;
47                 interrupt-parent = <&irqc0>;
48                 interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
49                 micrel,led-mode = <1>;
50         };
53 &cmt0 {
54         status = "okay";
57 &scif0 {
58         status = "okay";
61 &scif1 {
62         status = "okay";