Skip to content

Commit df29920

Browse files
Jon Masonffainelli
authored andcommitted
ARM: dts: BCM5301X: Add NAND entries to bcm953012k
Add the NAND entry in the DTS for the bcm953012k reference board. Signed-off-by: Jon Mason <jon.mason@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
1 parent 4317d55 commit df29920

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

arch/arm/boot/dts/bcm953012k.dts

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,38 @@
5252
};
5353
};
5454

55+
&nand {
56+
nandcs@0 {
57+
compatible = "brcm,nandcs";
58+
reg = <0>;
59+
nand-on-flash-bbt;
60+
61+
#address-cells = <1>;
62+
#size-cells = <1>;
63+
64+
nand-ecc-strength = <4>;
65+
nand-ecc-step-size = <512>;
66+
67+
partition@0 {
68+
label = "nboot";
69+
reg = <0x00000000 0x00200000>;
70+
read-only;
71+
};
72+
partition@200000 {
73+
label = "nenv";
74+
reg = <0x00200000 0x00400000>;
75+
};
76+
partition@600000 {
77+
label = "nsystem";
78+
reg = <0x00600000 0x00a00000>;
79+
};
80+
partition@1000000 {
81+
label = "nrootfs";
82+
reg = <0x01000000 0x07000000>;
83+
};
84+
};
85+
};
86+
5587
&uart0 {
5688
clock-frequency = <62499840>;
5789
};

0 commit comments

Comments
 (0)