mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
ARM: dts: NSP: add MDIO bus controller node
This patch adds the node for the MDIO bus controller, present on the NSP SoC. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
parent
986fad2beb
commit
2644193266
|
|
@ -363,6 +363,13 @@ pwm: pwm@31000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
mdio: mdio@32000 {
|
||||
compatible = "brcm,iproc-mdio";
|
||||
reg = <0x32000 0x8>;
|
||||
#size-cells = <0>;
|
||||
#address-cells = <1>;
|
||||
};
|
||||
|
||||
rng: rng@33000 {
|
||||
compatible = "brcm,bcm-nsp-rng";
|
||||
reg = <0x33000 0x14>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user