mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ARM: dts: rk3228: tsadc: support tsadc for rk3228
add rk3228 tsadc parameter for dtsi. Change-Id: I74cc9b6c2e4d53aa5e3391d5a820937925f07077 Signed-off-by: zhangqing <zhangqing@rock-chips.com>
This commit is contained in:
@@ -339,6 +339,23 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
tsadc: tsadc@11150000 {
|
||||
compatible = "rockchip,rk3228-tsadc";
|
||||
reg = <0x11150000 0x100>;
|
||||
interrupts = <GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clock-frequency = <32768>;
|
||||
clocks = <&clk_tsadc>, <&clk_gates9 15>;
|
||||
resets = <&reset RK3228_RST_TSADC>;
|
||||
reset-names = "tsadc-apb";
|
||||
#thermal-sensor-cells = <1>;
|
||||
hw-shut-temp = <120000>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&tsadc_gpio>;
|
||||
tsadc-tshut-mode = <0>; /* tshut mode 0:CRU 1:GPIO */
|
||||
tsadc-tshut-polarity = <0>;/* tshut polarity 0:LOW 1:HIGH */
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
gpu {
|
||||
compatible = "arm,mali400";
|
||||
reg = <0x20001000 0x200>,
|
||||
|
||||
Reference in New Issue
Block a user