2013-09-18 20:11:29 +00:00
|
|
|
/*
|
|
|
|
* Device Tree Source for the Genmai board
|
|
|
|
*
|
2014-05-16 12:10:14 +00:00
|
|
|
* Copyright (C) 2013-14 Renesas Solutions Corp.
|
|
|
|
* Copyright (C) 2014 Wolfram Sang, Sang Engineering <wsa@sang-engineering.com>
|
2013-09-18 20:11:29 +00:00
|
|
|
*
|
|
|
|
* This file is licensed under the terms of the GNU General Public License
|
|
|
|
* version 2. This program is licensed "as is" without any warranty of any
|
|
|
|
* kind, whether express or implied.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
2013-11-09 12:23:53 +00:00
|
|
|
#include "r7s72100.dtsi"
|
2013-09-18 20:11:29 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Genmai";
|
|
|
|
compatible = "renesas,genmai", "renesas,r7s72100";
|
|
|
|
|
2014-05-16 12:10:14 +00:00
|
|
|
aliases {
|
2016-06-14 14:15:21 +00:00
|
|
|
serial0 = &scif2;
|
2014-05-16 12:10:14 +00:00
|
|
|
};
|
|
|
|
|
2013-09-18 20:11:29 +00:00
|
|
|
chosen {
|
2014-10-03 15:11:35 +00:00
|
|
|
bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
|
2016-06-14 14:15:21 +00:00
|
|
|
stdout-path = "serial0:115200n8";
|
2013-09-18 20:11:29 +00:00
|
|
|
};
|
|
|
|
|
2016-05-20 07:10:04 +00:00
|
|
|
memory@8000000 {
|
2013-09-18 20:11:29 +00:00
|
|
|
device_type = "memory";
|
|
|
|
reg = <0x08000000 0x08000000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
lbsc {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
};
|
|
|
|
};
|
2014-05-16 12:10:14 +00:00
|
|
|
|
|
|
|
&extal_clk {
|
|
|
|
clock-frequency = <13330000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb_x1_clk {
|
|
|
|
clock-frequency = <48000000>;
|
|
|
|
};
|
|
|
|
|
2014-07-09 13:12:44 +00:00
|
|
|
&mtu2 {
|
2014-12-09 11:24:59 +00:00
|
|
|
status = "okay";
|
2014-07-09 13:12:44 +00:00
|
|
|
};
|
|
|
|
|
2014-05-16 12:10:14 +00:00
|
|
|
&i2c2 {
|
|
|
|
status = "okay";
|
|
|
|
clock-frequency = <400000>;
|
|
|
|
|
|
|
|
eeprom@50 {
|
|
|
|
compatible = "renesas,24c128";
|
|
|
|
reg = <0x50>;
|
|
|
|
pagesize = <64>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&scif2 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2014-07-03 12:02:45 +00:00
|
|
|
|
|
|
|
&spi4 {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
codec: codec@0 {
|
|
|
|
compatible = "wlf,wm8978";
|
|
|
|
reg = <0>;
|
|
|
|
spi-max-frequency = <5000000>;
|
|
|
|
};
|
|
|
|
};
|