Commit fcf041fb authored by Yangtao Li's avatar Yangtao Li Committed by Maxime Ripard

arm64: dts: allwinner: h6: Add device node for SID

The device tree binding already lists compatible strings for H6
SoC, so add a device node for it.
Signed-off-by: default avatarYangtao Li <tiny.windzz@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent ac7fcfa1
......@@ -203,6 +203,11 @@ ccu: clock@3001000 {
#reset-cells = <1>;
};
sid: sid@3006000 {
compatible = "allwinner,sun50i-h6-sid";
reg = <0x03006000 0x400>;
};
pio: pinctrl@300b000 {
compatible = "allwinner,sun50i-h6-pinctrl";
reg = <0x0300b000 0x400>;
......
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