Compatible=arm,amba-device
From FDTWiki
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>;
};
