diff options
| -rw-r--r-- | arch/arm/boot/dts/da850-evm.dts | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts index c5834a6c5bf4..c914357c0d89 100644 --- a/arch/arm/boot/dts/da850-evm.dts +++ b/arch/arm/boot/dts/da850-evm.dts | |||
| @@ -50,6 +50,46 @@ | |||
| 50 | pinctrl-names = "default"; | 50 | pinctrl-names = "default"; |
| 51 | pinctrl-0 = <&mmc0_pins>; | 51 | pinctrl-0 = <&mmc0_pins>; |
| 52 | }; | 52 | }; |
| 53 | spi1: spi@1f0e000 { | ||
| 54 | status = "okay"; | ||
| 55 | pinctrl-names = "default"; | ||
| 56 | pinctrl-0 = <&spi1_pins &spi1_cs0_pin>; | ||
| 57 | flash: m25p80@0 { | ||
| 58 | #address-cells = <1>; | ||
| 59 | #size-cells = <1>; | ||
| 60 | compatible = "m25p64"; | ||
| 61 | spi-max-frequency = <30000000>; | ||
| 62 | reg = <0>; | ||
| 63 | partition@0 { | ||
| 64 | label = "U-Boot-SPL"; | ||
| 65 | reg = <0x00000000 0x00010000>; | ||
| 66 | read-only; | ||
| 67 | }; | ||
| 68 | partition@1 { | ||
| 69 | label = "U-Boot"; | ||
| 70 | reg = <0x00010000 0x00080000>; | ||
| 71 | read-only; | ||
| 72 | }; | ||
| 73 | partition@2 { | ||
| 74 | label = "U-Boot-Env"; | ||
| 75 | reg = <0x00090000 0x00010000>; | ||
| 76 | read-only; | ||
| 77 | }; | ||
| 78 | partition@3 { | ||
| 79 | label = "Kernel"; | ||
| 80 | reg = <0x000a0000 0x00280000>; | ||
| 81 | }; | ||
| 82 | partition@4 { | ||
| 83 | label = "Filesystem"; | ||
| 84 | reg = <0x00320000 0x00400000>; | ||
| 85 | }; | ||
| 86 | partition@5 { | ||
| 87 | label = "MAC-Address"; | ||
| 88 | reg = <0x007f0000 0x00010000>; | ||
| 89 | read-only; | ||
| 90 | }; | ||
| 91 | }; | ||
| 92 | }; | ||
| 53 | }; | 93 | }; |
| 54 | nand_cs3@62000000 { | 94 | nand_cs3@62000000 { |
| 55 | status = "okay"; | 95 | status = "okay"; |
