Skip to content

Instantly share code, notes, and snippets.

@johannfr

johannfr/foo.dts Secret

Created October 5, 2017 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johannfr/89eb3e6fc15bed7d9bddfa713cccff21 to your computer and use it in GitHub Desktop.
Save johannfr/89eb3e6fc15bed7d9bddfa713cccff21 to your computer and use it in GitHub Desktop.
/ {
amba {
slcr@f8000000 {
clkc@100 {
clocks = <0x4 0x0>;
clock-names = "gem1_emio_clk";
};
};
gem1_emio_mux {
compatible = "fixed-clock";
#clock-cells = <0x1>;
clock-frequency = <25000000>;
clock-output-names = "gem1_emio_mux";
linux,phandle = <0x4>;
phandle = <0x4>;
};
};
};  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment