diff options
author | Heiko Stübner <heiko@sntech.de> | 2014-08-20 21:09:24 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2014-08-27 23:43:01 +0200 |
commit | f23a6179d45e9d144bf2eb2bd82b2f1270f85fcf (patch) | |
tree | 5bb93d909d3d5c2df6deb9054d96e300f7cd4e3b /arch/arm/boot/dts/rk3288.dtsi | |
parent | ARM: dts: rockchip: add hym8563 rtc to Radxa Rock board (diff) | |
download | linux-f23a6179d45e9d144bf2eb2bd82b2f1270f85fcf.tar.xz linux-f23a6179d45e9d144bf2eb2bd82b2f1270f85fcf.zip |
ARM: dts: rockchip: add saradc nodes
Add the core device nodes for the SARADC found on both the Cortex-A9 series
(rk3066 and rk3188) as well as the newer rk3288.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3288.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 7342b2453d6f..9eda0973795f 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -98,6 +98,16 @@ status = "disabled"; }; + saradc: saradc@ff100000 { + compatible = "rockchip,saradc"; + reg = <0xff100000 0x100>; + interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>; + #io-channel-cells = <1>; + clocks = <&cru SCLK_SARADC>, <&cru PCLK_SARADC>; + clock-names = "saradc", "apb_pclk"; + status = "disabled"; + }; + i2c1: i2c@ff140000 { compatible = "rockchip,rk3288-i2c"; reg = <0xff140000 0x1000>; |