162306a36Sopenharmony_ci====================================================================== 262306a36Sopenharmony_ciDevice tree bindings for Aspeed AST2400/AST2500 PCI-to-AHB Bridge Control Driver 362306a36Sopenharmony_ci====================================================================== 462306a36Sopenharmony_ci 562306a36Sopenharmony_ciThe bridge is available on platforms with the VGA enabled on the Aspeed device. 662306a36Sopenharmony_ciIn this case, the host has access to a 64KiB window into all of the BMC's 762306a36Sopenharmony_cimemory. The BMC can disable this bridge. If the bridge is enabled, the host 862306a36Sopenharmony_cihas read access to all the regions of memory, however the host only has read 962306a36Sopenharmony_ciand write access depending on a register controlled by the BMC. 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ciRequired properties: 1262306a36Sopenharmony_ci=================== 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci - compatible: must be one of: 1562306a36Sopenharmony_ci - "aspeed,ast2400-p2a-ctrl" 1662306a36Sopenharmony_ci - "aspeed,ast2500-p2a-ctrl" 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ciOptional properties: 1962306a36Sopenharmony_ci=================== 2062306a36Sopenharmony_ci 2162306a36Sopenharmony_ci- reg: A hint for the memory regions associated with the P2A controller 2262306a36Sopenharmony_ci- memory-region: A phandle to a reserved_memory region to be used for the PCI 2362306a36Sopenharmony_ci to AHB mapping 2462306a36Sopenharmony_ci 2562306a36Sopenharmony_ciThe p2a-control node should be the child of a syscon node with the required 2662306a36Sopenharmony_ciproperty: 2762306a36Sopenharmony_ci 2862306a36Sopenharmony_ci- compatible : Should be one of the following: 2962306a36Sopenharmony_ci "aspeed,ast2400-scu", "syscon", "simple-mfd" 3062306a36Sopenharmony_ci "aspeed,ast2500-scu", "syscon", "simple-mfd" 3162306a36Sopenharmony_ci 3262306a36Sopenharmony_ciExample 3362306a36Sopenharmony_ci=================== 3462306a36Sopenharmony_ci 3562306a36Sopenharmony_cig4 Example 3662306a36Sopenharmony_ci---------- 3762306a36Sopenharmony_ci 3862306a36Sopenharmony_cisyscon: scu@1e6e2000 { 3962306a36Sopenharmony_ci compatible = "aspeed,ast2400-scu", "syscon", "simple-mfd"; 4062306a36Sopenharmony_ci reg = <0x1e6e2000 0x1a8>; 4162306a36Sopenharmony_ci 4262306a36Sopenharmony_ci p2a: p2a-control { 4362306a36Sopenharmony_ci compatible = "aspeed,ast2400-p2a-ctrl"; 4462306a36Sopenharmony_ci memory-region = <&reserved_memory>; 4562306a36Sopenharmony_ci }; 4662306a36Sopenharmony_ci}; 47