Home
last modified time | relevance | path

Searched +full:h8300 +full:- +full:bsc (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/Documentation/devicetree/bindings/memory-controllers/
Drenesas,h8300-bsc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/memory-controllers/renesas,h8300-bsc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
11 - Yoshinori Sato <ysato@users.sourceforge.jp>
16 - enum:
17 - renesas,h8300h-bsc
18 - renesas,h8s-bsc
19 - const: renesas,h8300-bsc
[all …]
/Linux-v5.15/arch/h8300/boot/dts/
Dh8300h_sim.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
5 #address-cells = <1>;
6 #size-cells = <1>;
7 interrupt-parent = <&h8intc>;
10 bootargs = "earlyprintk=h8300-sim";
11 stdout-path = <&sci0>;
19 #clock-cells = <0>;
20 compatible = "fixed-clock";
21 clock-frequency = <20000000>;
[all …]
Dh8s_sim.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
5 #address-cells = <1>;
6 #size-cells = <1>;
7 interrupt-parent = <&h8intc>;
10 bootargs = "earlyprintk=h8300-sim";
11 stdout-path = <&sci0>;
19 #clock-cells = <0>;
20 compatible = "fixed-clock";
21 clock-frequency = <33333333>;
[all …]
Dedosk2674.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
5 #address-cells = <1>;
6 #size-cells = <1>;
7 interrupt-parent = <&h8intc>;
11 stdout-path = &sci2;
20 #clock-cells = <0>;
21 compatible = "fixed-clock";
22 clock-frequency = <33333333>;
23 clock-output-names = "xtal";
[all …]
/Linux-v5.15/arch/h8300/kernel/
Dsetup.c1 // SPDX-License-Identifier: GPL-2.0
3 * linux/arch/h8300/kernel/setup.c
5 * Copyright (C) 2001-2014 Yoshinori Sato <ysato@users.sourceforge.jp>
9 * This file handles the architecture-dependent parts of system setup
27 #include <linux/clk-provider.h>
86 memblock_reserve(__pa(_stext), _end - _stext); in bootmem_init()
179 struct device_node *bsc; in access_timing() local
185 bsc = of_find_compatible_node(NULL, NULL, "renesas,h8300-bsc"); in access_timing()
186 base = of_iomap(bsc, 0); in access_timing()
200 cpu = of_find_compatible_node(NULL, NULL, "renesas,h8300"); in calibrate_delay()
[all …]