mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 10:01:56 +00:00
95e9fd10f0
Bindings for gpio, interrupt controller, power management controller, timer, realtime clock, serial uart, ehci and uhci controllers and framebuffer controllers used on the arch-vt8500 platform. Framebuffer binding also specifies a 'display' node which is required for determining the lcd panel data. Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
17 lines
417 B
Plaintext
17 lines
417 B
Plaintext
VIA/Wondermedia VT8500 Interrupt Controller
|
|
-----------------------------------------------------
|
|
|
|
Required properties:
|
|
- compatible : "via,vt8500-intc"
|
|
- reg : Should contain 1 register ranges(address and length)
|
|
- #interrupt-cells : should be <1>
|
|
|
|
Example:
|
|
|
|
intc: interrupt-controller@d8140000 {
|
|
compatible = "via,vt8500-intc";
|
|
interrupt-controller;
|
|
reg = <0xd8140000 0x10000>;
|
|
#interrupt-cells = <1>;
|
|
};
|