Simon Glass | 3a1a18f | 2015-01-27 22:13:47 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com> |
| 3 | * |
| 4 | * SPDX-License-Identifier: GPL-2.0+ |
| 5 | */ |
| 6 | |
| 7 | /dts-v1/; |
| 8 | |
| 9 | /include/ "skeleton.dtsi" |
| 10 | /include/ "serial.dtsi" |
| 11 | |
| 12 | / { |
| 13 | model = "Intel Minnowboard Max"; |
| 14 | compatible = "intel,minnowmax", "intel,baytrail"; |
| 15 | |
| 16 | aliases { |
| 17 | serial0 = &serial; |
Bin Meng | 0a9bb48 | 2015-04-15 12:00:11 +0800 | [diff] [blame] | 18 | spi0 = "/spi"; |
Simon Glass | 3a1a18f | 2015-01-27 22:13:47 -0700 | [diff] [blame] | 19 | }; |
| 20 | |
| 21 | config { |
| 22 | silent_console = <0>; |
| 23 | }; |
| 24 | |
Gabriel Huau | 8827227 | 2015-04-25 13:16:57 -0700 | [diff] [blame^] | 25 | gpioa { |
| 26 | compatible = "intel,ich6-gpio"; |
| 27 | u-boot,dm-pre-reloc; |
| 28 | reg = <0 0x20>; |
| 29 | bank-name = "A"; |
| 30 | }; |
| 31 | |
| 32 | gpiob { |
| 33 | compatible = "intel,ich6-gpio"; |
| 34 | u-boot,dm-pre-reloc; |
| 35 | reg = <0x20 0x20>; |
| 36 | bank-name = "B"; |
| 37 | }; |
| 38 | |
| 39 | gpioc { |
| 40 | compatible = "intel,ich6-gpio"; |
| 41 | u-boot,dm-pre-reloc; |
| 42 | reg = <0x40 0x20>; |
| 43 | bank-name = "C"; |
| 44 | }; |
| 45 | |
| 46 | gpiod { |
| 47 | compatible = "intel,ich6-gpio"; |
| 48 | u-boot,dm-pre-reloc; |
| 49 | reg = <0x60 0x20>; |
| 50 | bank-name = "D"; |
| 51 | }; |
| 52 | |
| 53 | gpioe { |
| 54 | compatible = "intel,ich6-gpio"; |
| 55 | u-boot,dm-pre-reloc; |
| 56 | reg = <0x80 0x20>; |
| 57 | bank-name = "E"; |
| 58 | }; |
| 59 | |
| 60 | gpiof { |
| 61 | compatible = "intel,ich6-gpio"; |
| 62 | u-boot,dm-pre-reloc; |
| 63 | reg = <0xA0 0x20>; |
| 64 | bank-name = "F"; |
| 65 | }; |
| 66 | |
Simon Glass | 3a1a18f | 2015-01-27 22:13:47 -0700 | [diff] [blame] | 67 | chosen { |
| 68 | stdout-path = "/serial"; |
| 69 | }; |
| 70 | |
| 71 | spi { |
| 72 | #address-cells = <1>; |
| 73 | #size-cells = <0>; |
Bin Meng | 0a9bb48 | 2015-04-15 12:00:11 +0800 | [diff] [blame] | 74 | compatible = "intel,ich-spi"; |
Simon Glass | 3a1a18f | 2015-01-27 22:13:47 -0700 | [diff] [blame] | 75 | spi-flash@0 { |
| 76 | reg = <0>; |
| 77 | compatible = "sst,25vf016b", "spi-flash"; |
| 78 | memory-map = <0xff800000 0x00800000>; |
| 79 | }; |
| 80 | }; |
| 81 | |
| 82 | microcode { |
| 83 | update@0 { |
| 84 | #include "microcode/m0130673322.dtsi" |
| 85 | }; |
| 86 | }; |
| 87 | |
| 88 | }; |