aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/k2hk-evm.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/k2hk-evm.dts')
-rw-r--r--arch/arm/boot/dts/k2hk-evm.dts29
1 files changed, 29 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/k2hk-evm.dts b/arch/arm/boot/dts/k2hk-evm.dts
index c93d06f9f2a8..1f90cbf27fd7 100644
--- a/arch/arm/boot/dts/k2hk-evm.dts
+++ b/arch/arm/boot/dts/k2hk-evm.dts
@@ -138,3 +138,32 @@
138 }; 138 };
139 }; 139 };
140}; 140};
141
142&i2c0 {
143 dtt@50 {
144 compatible = "at,24c1024";
145 reg = <0x50>;
146 };
147};
148
149&spi0 {
150 nor_flash: n25q128a11@0 {
151 #address-cells = <1>;
152 #size-cells = <1>;
153 compatible = "Micron,n25q128a11";
154 spi-max-frequency = <54000000>;
155 m25p,fast-read;
156 reg = <0>;
157
158 partition@0 {
159 label = "u-boot-spl";
160 reg = <0x0 0x80000>;
161 read-only;
162 };
163
164 partition@1 {
165 label = "misc";
166 reg = <0x80000 0xf80000>;
167 };
168 };
169};