提交 00f8508b 编写于 作者: P Paweł Jarosz 提交者: Heiko Stuebner

ARM: dts: rockchip: add tsadc node

Add the device node for the TSADC found on rk3066.
Signed-off-by: NPaweł Jarosz <paweljarosz3691@gmail.com>
Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
上级 d2afbe5d
...@@ -190,6 +190,16 @@ ...@@ -190,6 +190,16 @@
clock-names = "timer", "pclk"; clock-names = "timer", "pclk";
}; };
tsadc: tsadc@20060000 {
compatible = "rockchip,rk3066-tsadc";
reg = <0x20060000 0x100>;
clocks = <&cru SCLK_TSADC>, <&cru PCLK_TSADC>;
clock-names = "saradc", "apb_pclk";
interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
#io-channel-cells = <1>;
status = "disabled";
};
usbphy: phy { usbphy: phy {
compatible = "rockchip,rk3066a-usb-phy", "rockchip,rk3288-usb-phy"; compatible = "rockchip,rk3066a-usb-phy", "rockchip,rk3288-usb-phy";
rockchip,grf = <&grf>; rockchip,grf = <&grf>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册