aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/misc/altera_sysid.txt
blob: c3bbd576b74b6279f49397e394c4b8b371f81480 (plain)
1
2
3
4
5
6
7
8
9
10
11
Altera Sysid IP core driver

Required properties:
- compatible: altr,sysid-1.0

Example:

sysid_qsys: sysid@0x10000 {
	compatible = "altr,sysid-1.0";
	reg = < 0x10000 0x00000008 >;
};