diff options
| -rw-r--r-- | arch/arm/boot/dts/keystone.dtsi | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/keystone.dtsi b/arch/arm/boot/dts/keystone.dtsi index 90823eb90c1b..a8052fd657e5 100644 --- a/arch/arm/boot/dts/keystone.dtsi +++ b/arch/arm/boot/dts/keystone.dtsi | |||
| @@ -67,9 +67,21 @@ | |||
| 67 | interrupt-parent = <&gic>; | 67 | interrupt-parent = <&gic>; |
| 68 | ranges = <0x0 0x0 0x0 0xc0000000>; | 68 | ranges = <0x0 0x0 0x0 0xc0000000>; |
| 69 | 69 | ||
| 70 | pllctrl: pll-controller@02310000 { | ||
| 71 | compatible = "ti,keystone-pllctrl", "syscon"; | ||
| 72 | reg = <0x02310000 0x200>; | ||
| 73 | }; | ||
| 74 | |||
| 75 | devctrl: device-state-control@02620000 { | ||
| 76 | compatible = "ti,keystone-devctrl", "syscon"; | ||
| 77 | reg = <0x02620000 0x1000>; | ||
| 78 | }; | ||
| 79 | |||
| 70 | rstctrl: reset-controller { | 80 | rstctrl: reset-controller { |
| 71 | compatible = "ti,keystone-reset"; | 81 | compatible = "ti,keystone-reset"; |
| 72 | reg = <0x023100e8 4>; /* pll reset control reg */ | 82 | ti,syscon-pll = <&pllctrl 0xe4>; |
| 83 | ti,syscon-dev = <&devctrl 0x328>; | ||
| 84 | ti,wdt-list = <0>; | ||
| 73 | }; | 85 | }; |
| 74 | 86 | ||
| 75 | /include/ "keystone-clocks.dtsi" | 87 | /include/ "keystone-clocks.dtsi" |
