mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
arm64: dts: broadcom: bcm4908: describe PCIe reset controller
This reset controller is a single register in the Broadcom's MISC block. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
parent
56098be85d
commit
1b88c6ed26
|
|
@ -177,6 +177,21 @@ nandcs: nandcs@0 {
|
|||
};
|
||||
};
|
||||
|
||||
misc@2600 {
|
||||
compatible = "brcm,misc", "simple-mfd";
|
||||
reg = <0x2600 0xe4>;
|
||||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges = <0x00 0x2600 0xe4>;
|
||||
|
||||
reset-controller@2644 {
|
||||
compatible = "brcm,bcm4908-misc-pcie-reset";
|
||||
reg = <0x44 0x04>;
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
reboot {
|
||||
compatible = "syscon-reboot";
|
||||
regmap = <&timer>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user