aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/spi/nuvoton,npcm-pspi.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/nuvoton,npcm-pspi.txt b/Documentation/devicetree/bindings/spi/nuvoton,npcm-pspi.txt
index 99606b22e5c2..1fd9a4406a1d 100644
--- a/Documentation/devicetree/bindings/spi/nuvoton,npcm-pspi.txt
+++ b/Documentation/devicetree/bindings/spi/nuvoton,npcm-pspi.txt
@@ -19,8 +19,16 @@ Optional properties:
19- clock-frequency : Input clock frequency to the PSPI block in Hz. 19- clock-frequency : Input clock frequency to the PSPI block in Hz.
20 Default is 25000000 Hz. 20 Default is 25000000 Hz.
21 21
22Aliases:
23- All the SPI controller nodes should be represented in the aliases node using
24 the following format 'spi{n}' withe the correct numbered in "aliases" node.
25
22Example: 26Example:
23 27
28aliases {
29 spi0 = &spi0;
30};
31
24spi0: spi@f0200000 { 32spi0: spi@f0200000 {
25 compatible = "nuvoton,npcm750-pspi"; 33 compatible = "nuvoton,npcm750-pspi";
26 reg = <0xf0200000 0x1000>; 34 reg = <0xf0200000 0x1000>;