File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
recipes-bsp/device-tree/lmp-device-tree/portenta-x8 Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 67
67
fragment@2 {
68
68
target-path = "/";
69
69
__overlay__ {
70
- x8h7_adc {
70
+ x8h7_adc: x8h7adc {
71
71
compatible = "portenta,x8h7_adc";
72
72
};
73
73
74
- x8h7_gpio: x8h7_gpio {
74
+ x8h7_gpio: x8h7gpio {
75
75
compatible = "portenta,x8h7_gpio";
76
76
base = <160>;
77
77
gpio-controller;
80
80
#interrupt-cells = <2>;
81
81
};
82
82
83
- x8h7_pwm {
83
+ x8h7_pwm: x8h7pwm {
84
84
compatible = "portenta,x8h7_pwm";
85
+ #pwm-cells = <2>;
85
86
};
86
87
87
- x8h7_rtc {
88
+ x8h7_rtc: x8h7rtc {
88
89
compatible = "portenta,x8h7_rtc";
89
90
};
90
91
96
97
compatible = "portenta,x8h7_can";
97
98
};
98
99
99
- x8h7_uart {
100
+ x8h7_uart: x8h7uart {
100
101
compatible = "portenta,x8h7_uart";
101
102
};
102
103
103
- x8h7_ui {
104
+ x8h7_ui: x8h7ui {
104
105
compatible = "portenta,x8h7_ui";
105
106
};
106
107
107
- x8h7_h7 {
108
+ x8h7_h7: x8h7h7 {
108
109
compatible = "portenta,x8h7_h7";
109
110
};
110
111
};
You can’t perform that action at this time.
0 commit comments