Back to home page

OSCL-LXR

 
 

    


0001 Axis Communications AB
0002 ARTPEC series SoC Device Tree Bindings
0003 
0004 ARTPEC-6 ARM SoC
0005 ================
0006 
0007 Required root node properties:
0008 - compatible = "axis,artpec6";
0009 
0010 ARTPEC-6 System Controller
0011 --------------------------
0012 
0013 The ARTPEC-6 has a system controller with mixed functions controlling DMA, PCIe
0014 and resets.
0015 
0016 Required properties:
0017 - compatible: "axis,artpec6-syscon", "syscon"
0018 - reg: Address and length of the register bank.
0019 
0020 Example:
0021         syscon {
0022                 compatible = "axis,artpec6-syscon", "syscon";
0023                 reg = <0xf8000000 0x48>;
0024         };
0025 
0026 ARTPEC-6 Development board:
0027 ---------------------------
0028 Required root node properties:
0029 - compatible = "axis,artpec6-dev-board", "axis,artpec6";