Lines Matching +full:hardware +full:- +full:configured

3 Copyright (C) 2008 - 2014 Freescale Semiconductor Inc.
7 - BMan Node
8 - BMan Private Memory Node
9 - Example
13 The Buffer Manager is part of the Data-Path Acceleration Architecture (DPAA).
14 BMan supports hardware allocation and deallocation of buffers belonging to pools
20 - compatible
24 May include "fsl,<SoC>-bman"
26 - reg
28 Value type: <prop-encoded-array>
34 - interrupts
36 Value type: <prop-encoded-array>
39 - fsl,bman-portals
44 - fsl,liodn
46 Value type: <prop-encoded-array>
49 - fsl,iommu-parent
59 - fsl,bman
61 Value type: <prop-encoded-array>
69 a node under the /reserved-memory node.
71 The BMan FBPR memory node must be named "bman-fbpr"
75 - compatible
78 Definition: PPC platforms: Must include "fsl,bman-fbpr"
79 ARM platforms: Must include "shared-dma-pool"
80 as well as the "no-map" property
83 - The size must be 2^(size + 1), with size = 11..33. That is 4 KiB to
85 - The alignment must be a muliptle of the memory size
87 The size of the FBPR must be chosen by observing the hardware features configured
89 (e.g. number of MAC(s) pinned-out, number of offline/host command FMan ports,
90 etc.). The size configured in the DT must reflect the hardware capabilities and
93 For additional details about reserved memory regions see reserved-memory.txt
99 reserved-memory {
100 #address-cells = <2>;
101 #size-cells = <2>;
104 bman_fbpr: bman-fbpr {
105 compatible = "shared-mem-pool";
108 no-map;
112 The example below shows a (P4080) BMan CCSR-space node
114 bportals: bman-portals@ff4000000 {
129 fsl,bman-portals = <&bportals>;
130 memory-region = <&bman_fbpr>;