Skip to content
Snippets Groups Projects
Commit 0215e2a5 authored by Patrick Venture's avatar Patrick Venture Committed by Joel Stanley
Browse files

ARM: dts: aspeed: Add aspeed-p2a-ctrl node


Add a node for the aspeed-p2a-ctrl module.  This node, when enabled will
disable the PCI-to-AHB bridge and then allow control of this bridge via
ioctls, and access via mmap.

Signed-off-by: default avatarPatrick Venture <venture@google.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 8bc7d3ed
No related branches found
No related tags found
No related merge requests found
...@@ -165,6 +165,10 @@ pinctrl: pinctrl { ...@@ -165,6 +165,10 @@ pinctrl: pinctrl {
compatible = "aspeed,g4-pinctrl"; compatible = "aspeed,g4-pinctrl";
}; };
p2a: p2a-control {
compatible = "aspeed,ast2400-p2a-ctrl";
status = "disabled";
};
}; };
rng: hwrng@1e6e2078 { rng: hwrng@1e6e2078 {
......
...@@ -219,6 +219,11 @@ pinctrl: pinctrl { ...@@ -219,6 +219,11 @@ pinctrl: pinctrl {
aspeed,external-nodes = <&gfx &lhc>; aspeed,external-nodes = <&gfx &lhc>;
}; };
p2a: p2a-control {
compatible = "aspeed,ast2500-p2a-ctrl";
status = "disabled";
};
}; };
rng: hwrng@1e6e2078 { rng: hwrng@1e6e2078 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment