1/* 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 { 11 mmc0: sdhci@fe81e000 { 12 status = "okay"; 13 }; 14 15 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}; 33