.. | .. |
---|
5 | 5 | |
---|
6 | 6 | Required properties: |
---|
7 | 7 | - compatible : should be one or more of |
---|
| 8 | + "brcm,bcm7216-ahci" |
---|
8 | 9 | "brcm,bcm7425-ahci" |
---|
9 | 10 | "brcm,bcm7445-ahci" |
---|
10 | 11 | "brcm,bcm-nsp-ahci" |
---|
11 | 12 | "brcm,sata3-ahci" |
---|
| 13 | + "brcm,bcm63138-ahci" |
---|
12 | 14 | - reg : register mappings for AHCI and SATA_TOP_CTRL |
---|
13 | 15 | - reg-names : "ahci" and "top-ctrl" |
---|
14 | 16 | - interrupts : interrupt mapping for SATA IRQ |
---|
15 | 17 | |
---|
| 18 | +Optional properties: |
---|
| 19 | + |
---|
| 20 | +- reset: for "brcm,bcm7216-ahci" must be a valid reset phandle |
---|
| 21 | + pointing to the RESCAL reset controller provider node. |
---|
| 22 | +- reset-names: for "brcm,bcm7216-ahci", must be "rescal". |
---|
| 23 | + |
---|
16 | 24 | Also see ahci-platform.txt. |
---|
17 | 25 | |
---|
18 | 26 | Example: |
---|