]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/boot/dts/stih41x-b2020x.dtsi
Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[mirror_ubuntu-bionic-kernel.git] / arch / arm / boot / dts / stih41x-b2020x.dtsi
CommitLineData
ab3607db
LJ
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 {
6919edc8
PG
11 mmc0: sdhci@fe81e000 {
12 status = "okay";
13 };
14
ab3607db
LJ
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};