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 spifsm: spifsm@fe902000 { 12 #address-cells = <1>; 13 #size-cells = <1>; 14 15 status = "okay"; 16 17 partition@0 { 18 label = "SerialFlash1"; 19 reg = <0x00000000 0x00500000>; 20 }; 21 22 partition@500000 { 23 label = "SerialFlash2"; 24 reg = <0x00500000 0x00b00000>; 25 }; 26 }; 27 }; 28}; 29