Changeset 42236
- Timestamp:
- 2014-08-21T13:28:01+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/brcm63xx/dts/spw500v.dts
r42125 r42236 7 7 compatible = "t-com,spw500v", "brcm,bcm6348"; 8 8 }; 9 10 &pflash { 11 status = "ok"; 12 13 linux,part-probe = "bcm63xxpart"; 14 15 cfe@0 { 16 label = "CFE"; 17 reg = <0x000000 0x010000>; 18 read-only; 19 }; 20 21 linux@10000 { 22 label = "linux"; 23 reg = <0x010000 0x3e0000>; 24 }; 25 26 nvram@3f0000 { 27 label = "nvram"; 28 reg = <0x3f0000 0x010000>; 29 }; 30 };
Note: See TracChangeset
for help on using the changeset viewer.