.. | .. |
---|
1 | 1 | /* |
---|
2 | 2 | * Copyright 2013-2014 Freescale Semiconductor, Inc. |
---|
| 3 | + * Copyright 2018 NXP |
---|
3 | 4 | * |
---|
4 | 5 | * This file is dual-licensed: you can use it either under the terms |
---|
5 | 6 | * of the GPL or the X11 license, at your option. Note that this dual |
---|
.. | .. |
---|
50 | 51 | |
---|
51 | 52 | / { |
---|
52 | 53 | model = "LS1021A QDS Board"; |
---|
| 54 | + compatible = "fsl,ls1021a-qds", "fsl,ls1021a"; |
---|
53 | 55 | |
---|
54 | 56 | aliases { |
---|
55 | 57 | enet0_rgmii_phy = &rgmii_phy1; |
---|
.. | .. |
---|
144 | 146 | status = "okay"; |
---|
145 | 147 | }; |
---|
146 | 148 | |
---|
| 149 | +&esdhc { |
---|
| 150 | + status = "okay"; |
---|
| 151 | +}; |
---|
| 152 | + |
---|
147 | 153 | &i2c0 { |
---|
148 | 154 | status = "okay"; |
---|
149 | 155 | |
---|
.. | .. |
---|
235 | 241 | #size-cells = <1>; |
---|
236 | 242 | compatible = "cfi-flash"; |
---|
237 | 243 | reg = <0x0 0x0 0x8000000>; |
---|
| 244 | + big-endian; |
---|
238 | 245 | bank-width = <2>; |
---|
239 | 246 | device-width = <1>; |
---|
240 | 247 | }; |
---|