mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 01:23:20 +00:00
8a6be2bdb6
TWR-P1025 Overview ----------------- 512Mbyte DDR3 (on board DDR) 64MB Nor Flash eTSEC1: Connected to RGMII PHY AR8035 eTSEC3: Connected to RGMII PHY AR8035 Two USB2.0 Type A One microSD Card slot One mini-PCIe slot One mini-USB TypeB dual UART Signed-off-by: Michael Johnston <michael.johnston@freescale.com> Signed-off-by: Xie Xiaobo <X.Xie@freescale.com> [scottwood@freescale.com: use pr_info rather than KERN_INFO] Signed-off-by: Scott Wood <scottwood@freescale.com>
14 lines
392 B
Plaintext
14 lines
392 B
Plaintext
* Solomon SSD1289 Framebuffer Driver
|
|
|
|
Required properties:
|
|
- compatible: Should be "solomon,ssd1289fb". The only supported bus for
|
|
now is lbc.
|
|
- reg: Should contain address of the controller on the LBC bus. The detail
|
|
was described in Documentation/devicetree/bindings/powerpc/fsl/lbc.txt
|
|
|
|
Examples:
|
|
display@2,0 {
|
|
compatible = "solomon,ssd1289fb";
|
|
reg = <0x2 0x0000 0x0004>;
|
|
};
|