Skip to content
Snippets Groups Projects
Commit fdc1eccb authored by David Wu's avatar David Wu Committed by Philipp Tomsich
Browse files

rockchip: dts: rv1108: Add SARADC node at dtsi level

parent 364fc731
No related branches found
No related tags found
No related merge requests found
...@@ -126,6 +126,17 @@ ...@@ -126,6 +126,17 @@
reg = <0x10300000 0x1000>; reg = <0x10300000 0x1000>;
}; };
saradc: saradc@1038c000 {
compatible = "rockchip,rv1108-saradc", "rockchip,rk3399-saradc";
reg = <0x1038c000 0x100>;
interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
#io-channel-cells = <1>;
clock-frequency = <1000000>;
clocks = <&cru SCLK_SARADC>, <&cru PCLK_SARADC>;
clock-names = "saradc", "apb_pclk";
status = "disabled";
};
pmugrf: syscon@20060000 { pmugrf: syscon@20060000 {
compatible = "rockchip,rv1108-pmugrf", "syscon"; compatible = "rockchip,rv1108-pmugrf", "syscon";
reg = <0x20060000 0x1000>; reg = <0x20060000 0x1000>;
......
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