blob: f797a0607382f35ce1b0cb9b60debeb6ee586446 [file] [log] [blame]
Lee Jonesab3607d2014-03-21 11:33:08 +00001/*
2 * Copyright (C) 2013 STMicroelectronics (R&D) Limited.
3 * Author: Lee Jones <lee.jones@linaro.org>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * publishhed by the Free Software Foundation.
8 */
9/ {
10 soc {
Peter Griffin6919edc2014-07-09 17:07:00 +020011 mmc0: sdhci@fe81e000 {
12 status = "okay";
13 };
14
Lee Jonesab3607d2014-03-21 11:33:08 +000015 spifsm: spifsm@fe902000 {
16 #address-cells = <1>;
17 #size-cells = <1>;
18
19 status = "okay";
20
21 partition@0 {
22 label = "SerialFlash1";
23 reg = <0x00000000 0x00500000>;
24 };
25
26 partition@500000 {
27 label = "SerialFlash2";
28 reg = <0x00500000 0x00b00000>;
29 };
30 };
31 };
32};