Merge tag 'arm-dt-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-block.git] / arch / arm64 / boot / dts / toshiba / tmpv7708.dtsi
index 3366786699fcfc349d718d32988d55553ebbc309..17934fd9a14c6bb1d88b461e208843354230384d 100644 (file)
                clock-output-names = "clk300mhz";
        };
 
+       wdt_clk: wdt-clk {
+               compatible = "fixed-clock";
+               clock-frequency = <150000000>;
+               #clock-cells = <0>;
+       };
+
        soc {
                #address-cells = <2>;
                #size-cells = <2>;
                        reg = <0 0x24190000 0 0x10000>;
                };
 
+               gpio: gpio@28020000 {
+                       compatible = "toshiba,gpio-tmpv7708";
+                       reg = <0 0x28020000 0 0x1000>;
+                       #gpio-cells = <0x2>;
+                       gpio-ranges = <&pmux 0 0 32>;
+                       gpio-controller;
+                       interrupt-controller;
+                       #interrupt-cells = <2>;
+                       interrupt-parent = <&gic>;
+               };
+
                uart0: serial@28200000 {
                        compatible = "arm,pl011", "arm,primecell";
                        reg = <0 0x28200000 0 0x1000>;
                        snps,tso;
                        status = "disabled";
                };
+
+               wdt: wdt@28330000 {
+                       compatible = "toshiba,visconti-wdt";
+                       reg = <0 0x28330000 0 0x1000>;
+                       status = "disabled";
+               };
        };
 };