summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/clock/bitmain,bm1880-clk.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/clock/bitmain,bm1880-clk.yaml')
-rw-r--r--dts/Bindings/clock/bitmain,bm1880-clk.yaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/dts/Bindings/clock/bitmain,bm1880-clk.yaml b/dts/Bindings/clock/bitmain,bm1880-clk.yaml
index 8559fe8f7e..f0f9392470 100644
--- a/dts/Bindings/clock/bitmain,bm1880-clk.yaml
+++ b/dts/Bindings/clock/bitmain,bm1880-clk.yaml
@@ -61,16 +61,4 @@ examples:
#clock-cells = <1>;
};
- # Example UART controller node that consumes clock generated by the clock controller:
- - |
- uart0: serial@58018000 {
- compatible = "snps,dw-apb-uart";
- reg = <0x0 0x58018000 0x0 0x2000>;
- clocks = <&clk 45>, <&clk 46>;
- clock-names = "baudclk", "apb_pclk";
- interrupts = <0 9 4>;
- reg-shift = <2>;
- reg-io-width = <4>;
- };
-
...