We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa48dd3 commit 2e9bfc2Copy full SHA for 2e9bfc2
arch/arm/boot/dts/stm32mp157c.dtsi
@@ -1534,6 +1534,24 @@
1534
#size-cells = <0>;
1535
status = "disabled";
1536
};
1537
+
1538
+ tamp: tamp@5c00a000 {
1539
+ compatible = "simple-bus", "syscon", "simple-mfd";
1540
+ reg = <0x5c00a000 0x400>;
1541
1542
+ reboot-mode {
1543
+ compatible = "syscon-reboot-mode";
1544
+ offset = <0x150>; /* reg20 */
1545
+ mask = <0xff>;
1546
+ mode-normal = <0>;
1547
+ mode-fastboot = <0x1>;
1548
+ mode-recovery = <0x2>;
1549
+ mode-stm32cubeprogrammer = <0x3>;
1550
+ mode-ums_mmc0 = <0x10>;
1551
+ mode-ums_mmc1 = <0x11>;
1552
+ mode-ums_mmc2 = <0x12>;
1553
+ };
1554
1555
1556
1557
mlahb {
0 commit comments