setup CI/CD for kernel development - added CodeQL for code scanning - every pr is built as an image and is available for 30days on https://oklinux.dev - tagged and released on github for now Signed-off-by: sevki <s@sevki.io>
27 lines
357 B
Text
27 lines
357 B
Text
#include "juno-r1.dts"
|
|
#include "juno-scmi.dtsi"
|
|
|
|
/ {
|
|
funnel@20130000 {
|
|
power-domains = <&scmi_devpd 8>;
|
|
};
|
|
|
|
etf@20140000 {
|
|
power-domains = <&scmi_devpd 8>;
|
|
};
|
|
|
|
funnel@20150000 {
|
|
power-domains = <&scmi_devpd 8>;
|
|
};
|
|
};
|
|
|
|
&cti_sys2 {
|
|
power-domains = <&scmi_devpd 8>;
|
|
};
|
|
|
|
&A57_0 {
|
|
clocks = <&scmi_dvfs 0>;
|
|
};
|
|
&A57_1 {
|
|
clocks = <&scmi_dvfs 0>;
|
|
};
|