mmc: sdhci-of-arasan: Add the support for sdhci-5.1
[linux/fpc-iii.git] / Documentation / devicetree / bindings / c6x / soc.txt
blobb1e4973b5769ddcb9c75817598f7d37f6b3ca03c
1 C6X System-on-Chip
2 ------------------
4 Required properties:
6 - compatible: "simple-bus"
7 - #address-cells: must be 1
8 - #size-cells: must be 1
9 - ranges
11 Optional properties:
13 - model: specific SoC model
15 - nodes for IP blocks within SoC
18 Example:
20         soc {
21                 compatible = "simple-bus";
22                 model = "tms320c6455";
23                 #address-cells = <1>;
24                 #size-cells = <1>;
25                 ranges;
27                 ...
28         };