Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 6ab4a350 authored by Tomer Maimon's avatar Tomer Maimon Committed by Mark Brown
Browse files

spi: Update NPCM PSPI controller documentation



Update the PSPI NPCM binding document of the spi aliases use
to define the spi ID number.

Signed-off-by: default avatarTomer Maimon <tmaimon77@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 1fa33be3
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -19,8 +19,16 @@ Optional properties:
- clock-frequency : Input clock frequency to the PSPI block in Hz.
		    Default is 25000000 Hz.

Aliases:
- All the SPI controller nodes should be represented in the aliases node using
  the following format 'spi{n}' withe the correct numbered in "aliases" node.

Example:

aliases {
	spi0 = &spi0;
};

spi0: spi@f0200000 {
	compatible = "nuvoton,npcm750-pspi";
	reg = <0xf0200000 0x1000>;