mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-05 16:07:46 -04:00
17 lines
380 B
Text
17 lines
380 B
Text
Allwinner sunxi-sid
|
|
|
|
Required properties:
|
|
- compatible: "allwinner,sun4i-a10-sid" or "allwinner,sun7i-a20-sid"
|
|
- reg: Should contain registers location and length
|
|
|
|
Example for sun4i:
|
|
sid@01c23800 {
|
|
compatible = "allwinner,sun4i-a10-sid";
|
|
reg = <0x01c23800 0x10>
|
|
};
|
|
|
|
Example for sun7i:
|
|
sid@01c23800 {
|
|
compatible = "allwinner,sun7i-a20-sid";
|
|
reg = <0x01c23800 0x200>
|
|
};
|