Commit 1b499f25 authored by David Lechner's avatar David Lechner Committed by Sekhar Nori

ARM: dts: da850: Add cfgchip syscon node

Add a syscon node for the SoC CFGCHIPn registers. It includes a child node
for the USB PHY that is part of this range of registers.
Signed-off-by: default avatarDavid Lechner <david@lechnology.com>
[nsekhar@ti.com: drop OF_DEV_AUXDATA() addition]
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent b5028b28
...@@ -209,6 +209,16 @@ lcd_pins: pinmux_lcd_pins { ...@@ -209,6 +209,16 @@ lcd_pins: pinmux_lcd_pins {
}; };
}; };
cfgchip: chip-controller@1417c {
compatible = "ti,da830-cfgchip", "syscon", "simple-mfd";
reg = <0x1417c 0x14>;
usb_phy: usb-phy {
compatible = "ti,da830-usb-phy";
#phy-cells = <1>;
status = "disabled";
};
};
edma0: edma@0 { edma0: edma@0 {
compatible = "ti,edma3-tpcc"; compatible = "ti,edma3-tpcc";
/* eDMA3 CC0: 0x01c0 0000 - 0x01c0 7fff */ /* eDMA3 CC0: 0x01c0 0000 - 0x01c0 7fff */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment