aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/misc/brcm,bcm2835-smi-dev.txt
blob: 68cc8ebc3392d45cbccac0dc0354514076d43398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
* Broadcom BCM2835 SMI character device driver.

SMI or secondary memory interface is a peripheral specific to certain Broadcom
SOCs, and is helpful for talking to things like parallel-interface displays
and NAND flashes (in fact, most things with a parallel register interface).

This driver adds a character device which provides a user-space interface to
an instance of the SMI driver.

Required properties:
- compatible: "brcm,bcm2835-smi-dev"
- smi_handle: a phandle to the smi node.

Optional properties:
- None.