Skip to content

Commit fffbc33

Browse files
committed
Merge branch 'at91-4.19-trunk/dt_sama5d2-icp' into linux-4.19-at91
2 parents f5657b7 + 3f7f562 commit fffbc33

1 file changed

Lines changed: 18 additions & 13 deletions

File tree

arch/arm/boot/dts/at91-sama5d2_icp.dts

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -102,42 +102,47 @@
102102
pinctrl-0 = <&pinctrl_qspi1_default>;
103103
status = "disabled"; /* Conflict with wilc_pwrseq, flx2 */
104104

105-
flash@0 {
105+
qspi1_flash: spi_flash@0 {
106106
#address-cells = <1>;
107107
#size-cells = <1>;
108108
compatible = "jedec,spi-nor";
109109
reg = <0>;
110110
spi-max-frequency = <80000000>;
111-
spi-tx-bus-width = <4>;
112111
spi-rx-bus-width = <4>;
112+
spi-tx-bus-width = <4>;
113113
m25p,fast-read;
114+
status = "disabled";
114115

115-
at91bootstrap@00000000 {
116+
at91bootstrap@0 {
116117
label = "at91bootstrap";
117-
reg = <0x00000000 0x00010000>;
118+
reg = <0x0 0x40000>;
118119
};
119120

120-
bootloader@00010000 {
121+
bootloader@40000 {
121122
label = "bootloader";
122-
reg = <0x00010000 0x000a0000>;
123+
reg = <0x40000 0xc0000>;
123124
};
124125

125-
bootloaderenv@000b0000 {
126+
bootloaderenvred@100000 {
127+
label = "bootloader env redundant";
128+
reg = <0x100000 0x40000>;
129+
};
130+
131+
bootloaderenv@140000 {
126132
label = "bootloader env";
127-
reg = <0x000b0000 0x00010000>;
133+
reg = <0x140000 0x40000>;
128134
};
129135

130-
dtb@000c0000 {
136+
dtb@180000 {
131137
label = "device tree";
132-
reg = <0x000c0000 0x0020000>;
138+
reg = <0x180000 0x80000>;
133139
};
134140

135-
kernel@000e0000 {
141+
kernel@200000 {
136142
label = "kernel";
137-
reg = <0x000e0000 0x0400000>;
143+
reg = <0x200000 0x600000>;
138144
};
139145
};
140-
141146
};
142147

143148
spi0: spi@f8000000 { /* mikrobus3 spi */

0 commit comments

Comments
 (0)