Compatible=arm,amba-device

From FDTWiki

Revision as of 05:45, 12 July 2010 by Jk (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Device on an ARM AMBA bus.

Proposed draft.

compatible string list must include "arm,amba-device".
arm,amba-deviceid 2 cells AMBA peripheral ID of this device

Example

       pl011@101f1000 {
               compatible = "arm,pl011", "arm,amba-device";
               arm,amba-device-id = <0x00141011>;
               interrupts = <12>;
               reg = <0x101f1000 0x1000>;
               clock-map = <&ref24_clk 0>;
       };
Personal tools