Patrick Delaunay | 44abcf6 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause |
| 2 | /* |
| 3 | * Copyright (C) 2022, STMicroelectronics - All Rights Reserved |
| 4 | */ |
| 5 | |
| 6 | / { |
| 7 | aliases { |
| 8 | gpio0 = &gpioa; |
| 9 | gpio1 = &gpiob; |
| 10 | gpio2 = &gpioc; |
| 11 | gpio3 = &gpiod; |
| 12 | gpio4 = &gpioe; |
| 13 | gpio5 = &gpiof; |
| 14 | gpio6 = &gpiog; |
| 15 | gpio7 = &gpioh; |
| 16 | gpio8 = &gpioi; |
| 17 | pinctrl0 = &pinctrl; |
| 18 | }; |
| 19 | |
Patrick Delaunay | 152498d | 2022-09-07 13:42:23 +0200 | [diff] [blame] | 20 | firmware { |
| 21 | optee { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 22 | bootph-all; |
Patrick Delaunay | 152498d | 2022-09-07 13:42:23 +0200 | [diff] [blame] | 23 | }; |
| 24 | }; |
| 25 | |
Patrick Delaunay | 44abcf6 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 26 | /* need PSCI for sysreset during board_f */ |
| 27 | psci { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 28 | bootph-some-ram; |
Patrick Delaunay | 44abcf6 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 29 | }; |
| 30 | |
| 31 | soc { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 32 | bootph-all; |
Patrick Delaunay | 44abcf6 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 33 | |
| 34 | ddr: ddr@5a003000 { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 35 | bootph-all; |
Patrick Delaunay | 44abcf6 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 36 | |
| 37 | compatible = "st,stm32mp13-ddr"; |
| 38 | |
| 39 | reg = <0x5A003000 0x550 |
| 40 | 0x5A004000 0x234>; |
| 41 | |
| 42 | status = "okay"; |
| 43 | }; |
| 44 | }; |
| 45 | }; |
| 46 | |
| 47 | &bsec { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 48 | bootph-all; |
Patrick Delaunay | 44abcf6 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 49 | }; |
| 50 | |
| 51 | &gpioa { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 52 | bootph-all; |
Patrick Delaunay | 44abcf6 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 53 | }; |
| 54 | |
| 55 | &gpiob { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 56 | bootph-all; |
Patrick Delaunay | 44abcf6 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 57 | }; |
| 58 | |
| 59 | &gpioc { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 60 | bootph-all; |
Patrick Delaunay | 44abcf6 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 61 | }; |
| 62 | |
| 63 | &gpiod { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 64 | bootph-all; |
Patrick Delaunay | 44abcf6 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 65 | }; |
| 66 | |
| 67 | &gpioe { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 68 | bootph-all; |
Patrick Delaunay | 44abcf6 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 69 | }; |
| 70 | |
| 71 | &gpiof { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 72 | bootph-all; |
Patrick Delaunay | 44abcf6 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 73 | }; |
| 74 | |
| 75 | &gpiog { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 76 | bootph-all; |
Patrick Delaunay | 44abcf6 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 77 | }; |
| 78 | |
| 79 | &gpioh { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 80 | bootph-all; |
Patrick Delaunay | 44abcf6 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 81 | }; |
| 82 | |
| 83 | &gpioi { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 84 | bootph-all; |
Patrick Delaunay | 44abcf6 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 85 | }; |
| 86 | |
| 87 | &iwdg2 { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 88 | bootph-all; |
Patrick Delaunay | 44abcf6 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 89 | }; |
| 90 | |
Patrick Delaunay | 44abcf6 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 91 | &pinctrl { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 92 | bootph-all; |
Patrick Delaunay | 44abcf6 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 93 | }; |
| 94 | |
Gabriel Fernandez | 2c8d548 | 2022-11-24 11:36:05 +0100 | [diff] [blame] | 95 | &rcc { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 96 | bootph-all; |
Gabriel Fernandez | 2c8d548 | 2022-11-24 11:36:05 +0100 | [diff] [blame] | 97 | }; |
| 98 | |
Patrick Delaunay | 44db098 | 2022-07-06 18:20:25 +0200 | [diff] [blame] | 99 | &scmi { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 100 | bootph-all; |
Patrick Delaunay | 44db098 | 2022-07-06 18:20:25 +0200 | [diff] [blame] | 101 | }; |
| 102 | |
| 103 | &scmi_clk { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 104 | bootph-all; |
Patrick Delaunay | 44db098 | 2022-07-06 18:20:25 +0200 | [diff] [blame] | 105 | }; |
| 106 | |
| 107 | &scmi_reset { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 108 | bootph-all; |
Patrick Delaunay | 44db098 | 2022-07-06 18:20:25 +0200 | [diff] [blame] | 109 | }; |
| 110 | |
Patrick Delaunay | 44abcf6 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 111 | &syscfg { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 112 | bootph-all; |
Patrick Delaunay | 44abcf6 | 2022-05-20 18:24:52 +0200 | [diff] [blame] | 113 | }; |